| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore)
Gets the conversation items.
|
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)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore)
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.
|