public class FindItemResponse extends Response
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteDenominator()
Gets the next denominator to use for the next request when doing fractional paging.
|
java.util.List<Group> |
getGroups()
Gets a collection of items that are the result of a grouped FindItem Operation call.
|
java.util.List<HighlightTerm> |
getHighlightTerms()
Gets the highlight terms.
|
boolean |
getIncludesLastItemInRange()
Gets whether the current results contain the last item in the query, such that further paging is not needed.
|
int |
getIndexedPagingOffset()
Gets the next index that should be used for the next request when using an indexed paging view.
|
java.util.List<Item> |
getItems()
Gets a list of items found by using the FindItem Operation.
|
int |
getNumeratorOffset()
Gets the new numerator value to use for the next request when using fractional page views.
|
int |
getTotalItemsInView()
Gets the total number of items that pass the restriction.
|
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<Item> getItems()
public java.util.List<Group> getGroups()
public java.util.List<HighlightTerm> getHighlightTerms()