public class FindFolderResponse 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<Folder> |
getFolders()
Gets a list of folders found by using the FindFolder Operation.
|
boolean |
getIncludesLastItemInRange()
Gets whether the current results contain the last folder 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.
|
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 folders 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<Folder> getFolders()