public class ResolveNamesResponse extends Response
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteDenominator()
Gets the next denominator to use for the next request when you are using fraction page views.
|
boolean |
getIncludesLastItemInRange()
Gets the current results contain the last item in the query, so that additional paging is not needed.
|
int |
getIndexedPagingOffset()
Gets the next index that should be used for the next request when you are using an indexed page view.
|
int |
getNumeratorOffset()
Gets the new numerator value to use for the next request when you are using fraction page views.
|
java.util.List<Resolution> |
getResolutions()
Contains an array of resolutions for an ambiguous name.
|
int |
getTotalItemsInView()
Gets the total number of items in the view.
|
getDescriptiveLinkKey, getMessage, getResponseClass, getResponseCode, getServerVersionInfo, getXmlMessage, setServerVersionInfopublic int getIndexedPagingOffset()
public int getNumeratorOffset()
public int getAbsoluteDenominator()
public boolean getIncludesLastItemInRange()
public int getTotalItemsInView()
public java.util.List<Resolution> getResolutions()