public class ExpandDistributionListResponse extends Response
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteDenominator()
Gets the next denominator to use for the next request when doing fractional paging.
|
boolean |
getIncludesLastItemInRange()
Gets that additional paging is not needed.
|
int |
getIndexedPagingOffset()
Gets the next index that should be used for the next request when an indexed paging view is used.
|
java.util.List<Mailbox> |
getMailboxes()
Gets the mailboxes.
|
int |
getNumeratorOffset()
Gets the new numerator value to use for the next request when fraction page views are used.
|
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<Mailbox> getMailboxes()