public class SearchMailboxesResponse extends Response
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FailedMailbox> |
getFailedMailboxes()
Gets the failed mailboxes.
|
int |
getItemCount()
Gets the item count.
|
java.util.List<PreviewItem> |
getItems()
Gets the items.
|
java.util.List<KeywordStatisticsSearchResult> |
getKeywordStatisticsSearchResults()
Gets the keyword statistics search results.
|
java.util.List<MailboxQuery> |
getMailboxQueries()
Gets the mailbox queries.
|
java.util.List<MailboxStatisticsItem> |
getMailboxStatisticsItems()
Gets the mailbox statistics items.
|
int |
getPageItemCount()
Gets the page item count.
|
int |
getPageItemSize()
Gets the page item size.
|
java.util.List<RefinerItem> |
getRefiners()
Gets the refiners.
|
SearchResultType |
getResultType()
Gets the result type.
|
int |
getSize()
Gets the size.
|
getDescriptiveLinkKey, getMessage, getResponseClass, getResponseCode, getServerVersionInfo, getXmlMessage, setServerVersionInfopublic java.util.List<MailboxQuery> getMailboxQueries()
public SearchResultType getResultType()
public int getItemCount()
public int getSize()
public int getPageItemCount()
public int getPageItemSize()
public java.util.List<KeywordStatisticsSearchResult> getKeywordStatisticsSearchResults()
public java.util.List<PreviewItem> getItems()
public java.util.List<FailedMailbox> getFailedMailboxes()
public java.util.List<RefinerItem> getRefiners()
public java.util.List<MailboxStatisticsItem> getMailboxStatisticsItems()