| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static ConversationNodeSortOrder |
ConversationNodeSortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConversationNodeSortOrder[] |
ConversationNodeSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> folderToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn)
Gets the conversation items.
|