| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
SearchResultType |
SearchMailboxesResponse.getResultType()
Gets the result type.
|
static SearchResultType |
SearchResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchResultType[] |
SearchResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Search mailboxes.
|