public class Service
extends java.lang.Object
| Constructor and Description |
|---|
Service()
Initializes a new instance of the Service class.
|
Service(java.lang.String url)
Initializes a new instance of the Service class.
|
Service(java.lang.String url,
java.lang.String username,
java.lang.String password)
Initializes a new instance of the Service class.
|
Service(java.lang.String url,
java.lang.String username,
java.lang.String password,
java.lang.String domain)
Initializes a new instance of the Service class.
|
| Modifier and Type | Method and Description |
|---|---|
ItemInfoResponse |
acceptMeetingRequest(AcceptItem acceptItem)
Accepts meeting request.
|
ItemInfoResponse |
acceptMeetingRequest(AcceptItem acceptItem,
FolderId sentItemsFolderId)
Accepts meeting request.
|
ItemInfoResponse |
acceptMeetingRequest(AcceptItem acceptItem,
MessageDisposition messageDisposition)
Accepts meeting request.
|
ItemInfoResponse |
acceptMeetingRequest(AcceptItem acceptItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Accepts meeting request.
|
java.util.List<ItemInfoResponse> |
acceptMeetingRequest(java.util.List<AcceptItem> acceptItems)
Accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
acceptMeetingRequest(java.util.List<AcceptItem> acceptItems,
FolderId sentItemsFolderId)
Accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
acceptMeetingRequest(java.util.List<AcceptItem> acceptItems,
MessageDisposition messageDisposition)
Accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
acceptMeetingRequest(java.util.List<AcceptItem> acceptItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Accepts meeting requests.
|
DelegateUserResponse |
addDelegate(Mailbox mailbox,
DelegateUser delegateUser)
Adds delegate to a specific mailbox.
|
DelegateUserResponse |
addDelegate(Mailbox mailbox,
DelegateUser delegateUser,
DeliverMeetingRequests deliverMeetingRequests)
Adds delegate to a specific mailbox.
|
DelegateResponse |
addDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers)
Adds delegates to a specific mailbox.
|
DelegateResponse |
addDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers,
DeliverMeetingRequests deliverMeetingRequests)
Adds delegates to a specific mailbox.
|
ImGroupInfoResponse |
addDistributionGroupToImList(java.lang.String smtpAddress,
java.lang.String displayName)
Adds the distribution group to im list.
|
Response |
addImContactToGroup(ItemId groupId,
ItemId contactId)
Adds the im contact to group.
|
ImGroupInfoResponse |
addImGroup(java.lang.String displayName)
Adds the im group.
|
PersonaInfoResponse |
addNewImContactToGroup(ItemId groupId,
java.lang.String imAddress)
Adds the new im contact to group.
|
PersonaInfoResponse |
addNewImContactToGroup(ItemId groupId,
java.lang.String imAddress,
java.lang.String displayName)
Adds the new im contact to group.
|
PersonaInfoResponse |
addNewTelUriContactToGroup(ItemId groupId,
java.lang.String telUriAddress,
java.lang.String imTelephoneNumber,
java.lang.String imContactSipUriAddress)
Adds the new tel uri contact to group.
|
Response |
applyConversationAction(ConversationAction conversationAction)
Sets a one-time or follow up action on all the items in a conversation.
|
java.util.List<Response> |
applyConversationAction(java.util.List<ConversationAction> conversationActions)
Sets a one-time or follow up action on all the items in a conversation.
|
ItemInfoResponse |
archiveItem(ItemId itemId,
FolderId targetFolderId)
Archive item.
|
ItemInfoResponse |
archiveItem(ItemId itemId,
StandardFolder standardFolder)
Archive item.
|
java.util.List<ItemInfoResponse> |
archiveItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Archive item.
|
java.util.List<ItemInfoResponse> |
archiveItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Archive item.
|
ItemInfoResponse |
cancelMeetingRequest(CancelItem cancelItem)
Cancels meeting.
|
ItemInfoResponse |
cancelMeetingRequest(CancelItem cancelItem,
FolderId sentItemsFolderId)
Cancels meeting.
|
ItemInfoResponse |
cancelMeetingRequest(CancelItem cancelItem,
MessageDisposition messageDisposition)
Cancels meeting.
|
ItemInfoResponse |
cancelMeetingRequest(CancelItem cancelItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meeting.
|
java.util.List<ItemInfoResponse> |
cancelMeetingRequest(java.util.List<CancelItem> cancelItems)
Cancels meetings.
|
java.util.List<ItemInfoResponse> |
cancelMeetingRequest(java.util.List<CancelItem> cancelItems,
FolderId sentItemsFolderId)
Cancels meetings.
|
java.util.List<ItemInfoResponse> |
cancelMeetingRequest(java.util.List<CancelItem> cancelItems,
MessageDisposition messageDisposition)
Cancels meetings.
|
java.util.List<ItemInfoResponse> |
cancelMeetingRequest(java.util.List<CancelItem> cancelItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meetings.
|
ItemInfoResponse |
cancelMeetingRequest(RemoveItem removeItem)
Cancels meeting.
|
ItemInfoResponse |
cancelMeetingRequest(RemoveItem removeItem,
FolderId sentItemsFolderId)
Cancels meeting.
|
ItemInfoResponse |
cancelMeetingRequest(RemoveItem removeItem,
MessageDisposition messageDisposition)
Cancels meeting.
|
ItemInfoResponse |
cancelMeetingRequest(RemoveItem removeItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meeting.
|
java.util.List<ConvertIdResponse> |
convertId(java.util.List<SourceId> sourceIds,
IdFormat destinationFormat)
Converts IDs from one format to another format.
|
ConvertIdResponse |
convertId(SourceId sourceId,
IdFormat destinationFormat)
Converts an ID from one format to another format.
|
FolderId |
copyFolder(FolderId folderId,
FolderId targetFolderId)
Copies a folder.
|
FolderId |
copyFolder(FolderId folderId,
StandardFolder standardFolder)
Copies a folder.
|
java.util.List<FolderInfoResponse> |
copyFolder(java.util.List<FolderId> folders,
FolderId targetFolderId)
Copies multiple folders.
|
java.util.List<FolderInfoResponse> |
copyFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Copies multiple folders.
|
ItemInfoResponse |
copyItem(ItemId itemId,
FolderId targetFolderId)
Copies an item.
|
ItemInfoResponse |
copyItem(ItemId itemId,
StandardFolder standardFolder)
Copies an item.
|
java.util.List<ItemInfoResponse> |
copyItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Copies multiple items.
|
java.util.List<ItemInfoResponse> |
copyItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Copies multiple items.
|
AttachmentId |
createAttachment(Attachment attachment,
ItemId itemId)
Creates either an item or file attachment and attaches it to the specified item.
|
AttachmentId |
createAttachment(Attachment attachment,
java.lang.String itemId)
Creates either an item or file attachment and attaches it to the specified item.
|
java.util.List<CreateAttachmentResponse> |
createAttachment(java.util.List<Attachment> attachments,
ItemId itemId)
Creates attachments and attaches them to the specified item.
|
java.util.List<CreateAttachmentResponse> |
createAttachment(java.util.List<Attachment> attachments,
java.lang.String itemId)
Creates attachments and attaches them to the specified item.
|
Response |
createCalendarOptions(CalendarOptions calendarOptions)
Creates the calendar options.
|
Response |
createCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Creates the calendar options.
|
Response |
createCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Creates the calendar options.
|
Response |
createCategoryList(CategoryList categoryList)
Creates the category list.
|
Response |
createCategoryList(CategoryList categoryList,
FolderId folderId)
Creates the category list.
|
FolderId |
createFolder(Folder folder,
FolderId parentFolderId)
Creates a folder.
|
FolderId |
createFolder(Folder folder,
StandardFolder standardFolder)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
createFolder(java.util.List<Folder> folders,
FolderId parentFolderId)
Creates multiple folders.
|
java.util.List<FolderInfoResponse> |
createFolder(java.util.List<Folder> folders,
StandardFolder standardFolder)
Creates multiple folders.
|
FolderId |
createFolder(java.lang.String folderName,
FolderId parentFolderId)
Creates a folder.
|
FolderId |
createFolder(java.lang.String folderName,
StandardFolder standardFolder)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
createFolderPath(java.util.List<Folder> folders,
FolderId parentFolderId)
Creates the folder path.
|
java.util.List<FolderInfoResponse> |
createFolderPath(java.util.List<Folder> folders,
StandardFolder standardFolder)
Creates the folder path.
|
ItemId |
createItem(Item item)
Creates an item.
|
ItemId |
createItem(Item item,
FolderId parentFolderId)
Creates an item.
|
ItemId |
createItem(Item item,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Creates an item.
|
ItemId |
createItem(Item item,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
ItemId |
createItem(Item item,
FolderId parentFolderId,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
ItemId |
createItem(Item item,
StandardFolder standardFolder)
Creates an item.
|
ItemId |
createItem(Item item,
StandardFolder standardFolder,
MessageDisposition messageDisposition)
Creates an item.
|
ItemId |
createItem(Item item,
StandardFolder standardFolder,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
ItemId |
createItem(Item item,
StandardFolder standardFolder,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
FolderId parentFolderId)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
FolderId parentFolderId,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
StandardFolder standardFolder)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
StandardFolder standardFolder,
MessageDisposition messageDisposition)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
StandardFolder standardFolder,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItem(java.util.List<Item> items,
StandardFolder standardFolder,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
createItemImplementation(java.util.List<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates the item implementation.
|
java.util.List<FolderInfoResponse> |
createManagedFolder(java.util.List<java.lang.String> folderNames)
Creates multiple managed folders.
|
java.util.List<FolderInfoResponse> |
createManagedFolder(java.util.List<java.lang.String> folderNames,
Mailbox mailbox)
Creates multiple managed folders.
|
FolderId |
createManagedFolder(java.lang.String folderName)
Creates a managed folder.
|
FolderId |
createManagedFolder(java.lang.String folderName,
Mailbox mailbox)
Creates a managed folder.
|
Response |
createOwaOptions(OwaOptions owaOptions)
Creates the owa options.
|
Response |
createOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Creates the owa options.
|
Response |
createOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Creates the owa options.
|
Response |
createRetentionSettings(RetentionSettings retentionSettings)
Creates the retention settings.
|
Response |
createRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Creates the retention settings.
|
Response |
createRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Creates the retention settings.
|
RuleOperationResponse |
createRule(java.util.List<Rule> rules)
Creates an inbox rule.
|
RuleOperationResponse |
createRule(java.util.List<Rule> rules,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
RuleOperationResponse |
createRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress)
Creates an inbox rule.
|
RuleOperationResponse |
createRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
RuleOperationResponse |
createRule(Rule rule)
Creates an inbox rule.
|
RuleOperationResponse |
createRule(Rule rule,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
RuleOperationResponse |
createRule(Rule rule,
java.lang.String smtpEmailAddress)
Creates an inbox rule.
|
RuleOperationResponse |
createRule(Rule rule,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
Response |
createUserConfiguration(UserConfiguration userConfiguration)
Creates a user configuration object on a folder.
|
ItemInfoResponse |
declineMeetingRequest(DeclineItem declineItem)
Declines meeting request.
|
ItemInfoResponse |
declineMeetingRequest(DeclineItem declineItem,
FolderId sentItemsFolderId)
Declines meeting request.
|
ItemInfoResponse |
declineMeetingRequest(DeclineItem declineItem,
MessageDisposition messageDisposition)
Declines meeting request.
|
ItemInfoResponse |
declineMeetingRequest(DeclineItem declineItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Declines meeting request.
|
java.util.List<ItemInfoResponse> |
declineMeetingRequest(java.util.List<DeclineItem> declineItems)
Declines meeting requests.
|
java.util.List<ItemInfoResponse> |
declineMeetingRequest(java.util.List<DeclineItem> declineItems,
FolderId sentItemsFolderId)
Decline meeting request.
|
java.util.List<ItemInfoResponse> |
declineMeetingRequest(java.util.List<DeclineItem> declineItems,
MessageDisposition messageDisposition)
Declines meeting requests.
|
java.util.List<ItemInfoResponse> |
declineMeetingRequest(java.util.List<DeclineItem> declineItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Declines meeting requests.
|
ItemId |
deleteAttachment(AttachmentInfo attachmentInfo)
Deletes file or item attachment from an existing item.
|
ItemId |
deleteAttachment(java.util.List<java.lang.String> attachmentIds)
Deletes file or item attachments from an existing item.
|
ItemId |
deleteAttachment(java.lang.String attachmentId)
Deletes file or item attachment from an existing item.
|
Response |
deleteCalendarOptions()
Delete calendar options.
|
Response |
deleteCalendarOptions(FolderId folderId)
Delete calendar options.
|
Response |
deleteCalendarOptions(StandardFolder standardFolder)
Delete calendar options.
|
Response |
deleteCategoryList()
Delete category list.
|
Response |
deleteCategoryList(FolderId folderId)
Delete category list.
|
Response |
deleteFolder(FolderId folderId)
Deletes a folder.
|
Response |
deleteFolder(FolderId folderId,
DeleteType deleteType)
Deletes a folder.
|
java.util.List<Response> |
deleteFolder(java.util.List<FolderId> folders)
Deletes multiple folders.
|
java.util.List<Response> |
deleteFolder(java.util.List<FolderId> folders,
DeleteType deleteType)
Deletes multiple folders.
|
Response |
deleteItem(ItemId itemId)
Deletes an item.
|
Response |
deleteItem(ItemId itemId,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes an item.
|
Response |
deleteItem(ItemId itemId,
DeleteType deleteType)
Deletes an item.
|
Response |
deleteItem(ItemId itemId,
DeleteType deleteType,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes an item.
|
Response |
deleteItem(ItemId itemId,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations)
Deletes an item.
|
Response |
deleteItem(ItemId itemId,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes an item.
|
Response |
deleteItem(ItemId itemId,
SendMeetingInvitations sendMeetingInvitations)
Deletes an item.
|
java.util.List<Response> |
deleteItem(java.util.List<ItemId> items)
Deletes multiple items.
|
java.util.List<Response> |
deleteItem(java.util.List<ItemId> items,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes multiple items.
|
java.util.List<Response> |
deleteItem(java.util.List<ItemId> items,
DeleteType deleteType)
Deletes multiple items.
|
java.util.List<Response> |
deleteItem(java.util.List<ItemId> items,
DeleteType deleteType,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes multiple items.
|
java.util.List<Response> |
deleteItem(java.util.List<ItemId> items,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations)
Deletes multiple items.
|
java.util.List<Response> |
deleteItem(java.util.List<ItemId> items,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes multiple items.
|
java.util.List<Response> |
deleteItem(java.util.List<ItemId> items,
SendMeetingInvitations sendMeetingInvitations)
Deletes multiple items.
|
Response |
deleteOwaOptions()
Delete owa options.
|
Response |
deleteOwaOptions(FolderId folderId)
Delete owa options.
|
Response |
deleteOwaOptions(StandardFolder standardFolder)
Delete owa options.
|
Response |
deleteRetentionSettings()
Delete retention settings.
|
Response |
deleteRetentionSettings(FolderId folderId)
Delete retention settings.
|
Response |
deleteRetentionSettings(StandardFolder standardFolder)
Delete retention settings.
|
RuleOperationResponse |
deleteRule(java.util.List<java.lang.String> ruleIds)
Deletes inbox rules.
|
RuleOperationResponse |
deleteRule(java.util.List<java.lang.String> ruleIds,
boolean removeOutlookRuleBlob)
Deletes inbox rules.
|
RuleOperationResponse |
deleteRule(java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress)
Deletes inbox rules.
|
RuleOperationResponse |
deleteRule(java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Deletes inbox rules.
|
RuleOperationResponse |
deleteRule(java.lang.String rule)
Deletes an inbox rule.
|
RuleOperationResponse |
deleteRule(java.lang.String ruleId,
boolean removeOutlookRuleBlob)
Deletes an inbox rule.
|
RuleOperationResponse |
deleteRule(java.lang.String ruleId,
java.lang.String smtpEmailAddress)
Deletes an inbox rule.
|
RuleOperationResponse |
deleteRule(java.lang.String ruleId,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Deletes an inbox rule.
|
Response |
deleteUserConfiguration(UserConfigurationName name)
Deletes a user configuration object on a folder.
|
Response |
disableApp(java.lang.String id)
Disable app.
|
Response |
disableApp(java.lang.String id,
DisableReason reason)
Disable app.
|
FolderInfoResponse |
emptyFolder(FolderId folderId)
Empties a folder.
|
FolderInfoResponse |
emptyFolder(FolderId folderId,
boolean deleteSubFolders)
Empties a folder.
|
FolderInfoResponse |
emptyFolder(FolderId folderId,
DeleteType deleteType)
Empties a folder.
|
FolderInfoResponse |
emptyFolder(FolderId folderId,
DeleteType deleteType,
boolean deleteSubFolders)
Empties a folder.
|
java.util.List<FolderInfoResponse> |
emptyFolder(java.util.List<FolderId> folders)
Empties multiple folders.
|
java.util.List<FolderInfoResponse> |
emptyFolder(java.util.List<FolderId> folders,
boolean deleteSubFolders)
Empties multiple folders.
|
java.util.List<FolderInfoResponse> |
emptyFolder(java.util.List<FolderId> folders,
DeleteType deleteType)
Empties multiple folders.
|
java.util.List<FolderInfoResponse> |
emptyFolder(java.util.List<FolderId> folders,
DeleteType deleteType,
boolean deleteSubFolders)
Empties multiple folders.
|
FolderInfoResponse |
emptyFolder(StandardFolder standardFolder)
Empties a folder.
|
FolderInfoResponse |
emptyFolder(StandardFolder standardFolder,
boolean deleteSubFolders)
Empties a folder.
|
FolderInfoResponse |
emptyFolder(StandardFolder standardFolder,
DeleteType deleteType)
Empties a folder.
|
FolderInfoResponse |
emptyFolder(StandardFolder standardFolder,
DeleteType deleteType,
boolean deleteSubFolders)
Empties a folder.
|
ExpandDistributionListResponse |
expandDistributionList(ItemId itemId)
Expands a distribution list identified by the ItemId.
|
ExpandDistributionListResponse |
expandDistributionList(Mailbox mailbox)
Expands a distribution list identified by the mailbox.
|
ExpandDistributionListResponse |
expandDistributionList(java.lang.String emailAddress)
Expands a distribution list identified by the SMTP address.
|
ExportItemsResponse |
exportItems(ItemId itemId)
Exports an item from a mailbox.
|
java.util.List<ExportItemsResponse> |
exportItems(java.util.List<ItemId> itemIds)
Exports items from a mailbox.
|
FindConversationResponse |
FindConfindConversationversation(StandardFolder standardFolder,
View view)
Find confind conversationversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
View view)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
View view)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindFolderResponse |
findFolder(FolderId parentFolderId)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(FolderId parentFolderId,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
findFolder(StandardFolder standardFolder,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
ItemShape itemShape,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(FolderId parentFolderId,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal,
QueryString queryString)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
findItem(java.util.List<FolderId> parentFolders,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
ItemShape itemShape,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
findItem(StandardFolder standardFolder,
View view)
Finds items in the specified folder.
|
FindMailboxStatisticsByKeywordsResponse |
findMailboxStatisticsByKeywords(MailboxStatisticsByKeywords mailboxStatisticsByKeywords)
Find mailbox statistics by keywords.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime,
java.lang.String messageId)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime,
java.lang.String messageId,
Mailbox federatedDeliveryMailbox)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime,
java.lang.String messageId,
Mailbox federatedDeliveryMailbox,
java.lang.String diagnosticsLevel)
Finds messages that meet the specified criteria.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
Restriction restriction)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(FolderId parentFolderId,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
Restriction restriction)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
findPeople(StandardFolder standardFolder,
java.lang.String query)
Find people.
|
ItemInfoResponse |
forward(ForwardItem forwardItem)
Forwards a message.
|
ItemInfoResponse |
forward(ForwardItem forwardItem,
FolderId sentItemsFolderId)
Forwards a message.
|
ItemInfoResponse |
forward(ForwardItem forwardItem,
MessageDisposition messageDisposition)
Forwards a message.
|
ItemInfoResponse |
forward(ForwardItem forwardItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Forwards a message.
|
java.util.List<ItemInfoResponse> |
forward(java.util.List<ForwardItem> forwardItems)
Forwards multiple messages.
|
java.util.List<ItemInfoResponse> |
forward(java.util.List<ForwardItem> forwardItems,
FolderId sentItemsFolderId)
Forwards multiple messages.
|
java.util.List<ItemInfoResponse> |
forward(java.util.List<ForwardItem> forwardItems,
MessageDisposition messageDisposition)
Forwards multiple messages.
|
java.util.List<ItemInfoResponse> |
forward(java.util.List<ForwardItem> forwardItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Forwards multiple messages.
|
GetAppManifestsResponse |
getAppManifests()
Gets the app manifests.
|
GetAppMarketplaceUrlResponse |
getAppMarketplaceUrl()
Gets the app marketplace url.
|
Appointment |
getAppointment(ItemId itemId)
Gets an appointment.
|
Appointment |
getAppointment(ItemId itemId,
ItemShape itemShape)
Gets an appointment.
|
Appointment |
getAppointment(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an appointment.
|
Appointment |
getAppointment(ItemId itemId,
ShapeType shapeType)
Gets an appointment.
|
Appointment |
getAppointment(java.lang.String itemId)
Gets a message.
|
Appointment |
getAppointment(java.lang.String itemId,
ItemShape itemShape)
Gets an appointment.
|
Appointment |
getAppointment(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an appointment.
|
Appointment |
getAppointment(java.lang.String itemId,
ShapeType shapeType)
Gets an appointment.
|
Attachment |
getAttachment(AttachmentInfo attachmentInfo)
Retrieve existing attachment.
|
Attachment |
getAttachment(AttachmentInfo attachmentInfo,
AttachmentShape attachmentShape)
Retrieve existing attachment.
|
Attachment |
getAttachment(java.lang.String attachmentId)
Retrieve existing attachment.
|
Attachment |
getAttachment(java.lang.String attachmentId,
AttachmentShape attachmentShape)
Retrieve existing attachment.
|
java.util.List<Attachment> |
getAttachments(java.util.List<java.lang.String> attachmentIds)
Retrieve existing attachments.
|
java.util.List<Attachment> |
getAttachments(java.util.List<java.lang.String> attachmentIds,
AttachmentShape attachmentShape)
Retrieve existing attachments.
|
java.lang.String |
getAuthorizationCode() |
java.lang.String |
getAuthorizationCodeRedirectUri() |
java.lang.String |
getAuthorizationCodeRequestUri(java.lang.String redirectUri) |
java.lang.String |
getAuthorizationCodeRequestUri(java.lang.String redirectUri,
java.lang.String responseMode) |
java.lang.String |
getAuthorizationCodeRequestUri(java.lang.String redirectUri,
java.lang.String responseMode,
java.lang.String state) |
AvailabilityResponse |
getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
CalendarOptions |
getCalendarOptions()
Gets the calendar options.
|
CalendarOptions |
getCalendarOptions(FolderId folderId)
Gets the calendar options.
|
CalendarOptions |
getCalendarOptions(StandardFolder standardFolder)
Gets the calendar options.
|
CategoryList |
getCategoryList()
Gets the category list.
|
CategoryList |
getCategoryList(FolderId folderId)
Gets the category list.
|
PerformReminderActionResponse |
getClientAccessToken(ClientAccessTokenRequest clientAccessTokenRequest)
Gets the client access token.
|
PerformReminderActionResponse |
getClientAccessToken(java.util.List<ClientAccessTokenRequest> clientAccessTokenRequests)
Gets the client access token.
|
PerformReminderActionResponse |
getClientAccessToken(java.lang.String id,
ClientAccessTokenType type)
Gets the client access token.
|
java.lang.String |
getClientAssertion() |
org.apache.http.conn.HttpClientConnectionManager |
getClientConnectionManager()
Gets connection manager.
|
java.lang.String |
getClientId() |
java.lang.String |
getClientSecret() |
int |
getConnectTimeout()
Returns setting for connect timeout.
|
Contact |
getContact(ItemId itemId)
Gets a contact.
|
Contact |
getContact(ItemId itemId,
ItemShape itemShape)
Gets a contact.
|
Contact |
getContact(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a contact.
|
Contact |
getContact(ItemId itemId,
ShapeType shapeType)
Gets a contact.
|
Contact |
getContact(java.lang.String itemId)
Gets a contact.
|
Contact |
getContact(java.lang.String itemId,
ItemShape itemShape)
Gets a contact.
|
Contact |
getContact(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a contact.
|
Contact |
getContact(java.lang.String itemId,
ShapeType shapeType)
Gets a contact.
|
java.util.List<ConversationItemResponse> |
getConversationItems(ConversationRequest conversationRequest)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(java.util.List<ConversationRequest> conversationRequests)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
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> |
getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> folderToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn)
Gets the conversation items.
|
org.apache.http.Header[] |
getCustomHeaders()
Deprecated.
|
DateTimePrecision |
getDateTimePrecision()
Gets the date time precision.
|
DelegateResponse |
getDelegate(Mailbox mailbox)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
getDelegate(Mailbox mailbox,
boolean includePermissions)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
getDelegate(Mailbox mailbox,
boolean includePermissions,
java.util.List<UserId> users)
Retrieves the delegates of a specific mailbox.
|
DelegateUserResponse |
getDelegate(Mailbox mailbox,
boolean includePermissions,
UserId userId)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
getDelegate(Mailbox mailbox,
java.util.List<UserId> users)
Retrieves the delegates of a specific mailbox.
|
DelegateUserResponse |
getDelegate(Mailbox mailbox,
UserId userId)
Retrieves the delegates of a specific mailbox.
|
DeviceAuthorizationCode |
getDeviceAuthorizationCode() |
java.lang.String |
getDeviceCode() |
GetDiscoverySearchConfigurationResponse |
getDiscoverySearchConfiguration(java.lang.String searchFilter)
Gets the discovery search configuration.
|
GetDiscoverySearchConfigurationResponse |
getDiscoverySearchConfiguration(java.lang.String searchFilter,
boolean expandGroupMembership)
Gets the discovery search configuration.
|
GetDiscoverySearchConfigurationResponse |
getDiscoverySearchConfiguration(java.lang.String searchFilter,
boolean expandGroupMembership,
boolean inPlaceHoldConfigurationOnly)
Gets the discovery search configuration.
|
DistributionList |
getDistributionList(ItemId itemId)
Gets a DistributionList.
|
DistributionList |
getDistributionList(ItemId itemId,
ItemShape itemShape)
Gets a DistributionList.
|
DistributionList |
getDistributionList(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a DistributionList.
|
DistributionList |
getDistributionList(ItemId itemId,
ShapeType shapeType)
Gets a DistributionList.
|
DistributionList |
getDistributionList(java.lang.String itemId)
Gets a DistributionList.
|
DistributionList |
getDistributionList(java.lang.String itemId,
ItemShape itemShape)
Gets a DistributionList.
|
DistributionList |
getDistributionList(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a DistributionList.
|
DistributionList |
getDistributionList(java.lang.String itemId,
ShapeType shapeType)
Gets a DistributionList.
|
java.lang.String |
getDomain()
Gets user's domain.
|
GetEventsResponse |
getEvents(java.lang.String subscriptionId,
java.lang.String watermark)
Gets events that have occurred in a mailbox since the specified notification.
|
GetEventsResponse |
getEvents(SubscribeResponse subscribeResponse)
Gets events that have occurred in a mailbox since the last notification.
|
Identity |
getExchangeImpersonation()
Gets the ID of the user that Exchange Web Services (EWS) should impersonate.
|
java.io.InputStream |
getExportItemsInputStream(ItemId itemId) |
Folder |
getFolder(FolderId folderId)
Gets a folder.
|
Folder |
getFolder(FolderId folderId,
FolderShape folderShape)
Gets a folder.
|
Folder |
getFolder(FolderId folderId,
java.util.List<PropertyPath> propertyPaths)
Gets a folder.
|
Folder |
getFolder(FolderId folderId,
ShapeType shapeType)
Gets a folder.
|
Folder |
getFolder(StandardFolder standardFolder)
Gets a folder.
|
Folder |
getFolder(StandardFolder standardFolder,
FolderShape folderShape)
Gets a folder.
|
Folder |
getFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Gets a folder.
|
Folder |
getFolder(StandardFolder standardFolder,
ShapeType shapeType)
Gets a folder.
|
Folder |
getFolder(java.lang.String folderId)
Gets a folder.
|
Folder |
getFolder(java.lang.String folderId,
FolderShape folderShape)
Gets a folder.
|
Folder |
getFolder(java.lang.String folderId,
java.util.List<PropertyPath> propertyPaths)
Gets a folder.
|
Folder |
getFolder(java.lang.String folderId,
ShapeType shapeType)
Gets a folder.
|
java.util.List<FolderInfoResponse> |
getFolders(java.util.List<FolderId> folders)
Gets multiple folders.
|
java.util.List<FolderInfoResponse> |
getFolders(java.util.List<FolderId> folders,
FolderShape folderShape)
Gets multiple folders.
|
java.util.List<FolderInfoResponse> |
getFolders(java.util.List<FolderId> folders,
java.util.List<PropertyPath> propertyPaths)
Gets multiple folders.
|
java.util.List<FolderInfoResponse> |
getFolders(java.util.List<FolderId> folders,
ShapeType shapeType)
Gets multiple folders.
|
HoldOnMailboxesInfo |
getHoldOnMailboxes(java.lang.String holdId)
Gets the hold on mailboxes.
|
java.net.Proxy |
getHttpURLConnectionProxy()
Gets HttpURLConnection proxy server.
|
GetImItemListResponse |
getImItemList()
Gets the im item list.
|
GetImItemListResponse |
getImItemList(ExtendedPropertyList extendedProperties)
Gets the im item list.
|
GetImItemsResponse |
getImItems(java.util.List<ItemId> groupIds)
Gets the im items.
|
GetImItemsResponse |
getImItems(java.util.List<ItemId> groupIds,
java.util.List<ItemId> contactIds)
Gets the im items.
|
GetImItemsResponse |
getImItems(java.util.List<ItemId> groupIds,
java.util.List<ItemId> contactIds,
ExtendedPropertyList extendedProperties)
Gets the im items.
|
Item |
getItem(ItemId itemId)
Gets an item.
|
Item |
getItem(ItemId itemId,
ItemShape itemShape)
Gets an item.
|
Item |
getItem(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an item.
|
Item |
getItem(ItemId itemId,
ShapeType shapeType)
Gets an item.
|
Item |
getItem(java.lang.String itemId)
Gets an item.
|
Item |
getItem(java.lang.String itemId,
ItemShape itemShape)
Gets an item.
|
Item |
getItem(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an item.
|
Item |
getItem(java.lang.String itemId,
ShapeType shapeType)
Gets an item.
|
java.util.List<ItemInfoResponse> |
getItems(java.util.List<ItemId> items)
Gets items.
|
java.util.List<ItemInfoResponse> |
getItems(java.util.List<ItemId> items,
ItemShape itemShape)
Gets items.
|
java.util.List<ItemInfoResponse> |
getItems(java.util.List<ItemId> items,
java.util.List<PropertyPath> propertyPaths)
Gets items.
|
java.util.List<ItemInfoResponse> |
getItems(java.util.List<ItemId> items,
ShapeType shapeType)
Gets items.
|
Journal |
getJournal(ItemId itemId)
Gets a journal.
|
Journal |
getJournal(ItemId itemId,
ItemShape itemShape)
Gets a journal.
|
Journal |
getJournal(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a journal.
|
Journal |
getJournal(ItemId itemId,
ShapeType shapeType)
Gets a journal.
|
Journal |
getJournal(java.lang.String itemId)
Gets the journal.
|
Journal |
getJournal(java.lang.String itemId,
ItemShape itemShape)
Gets a journal.
|
Journal |
getJournal(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a journal.
|
Journal |
getJournal(java.lang.String itemId,
ShapeType shapeType)
Gets a journal.
|
java.lang.String |
getMailboxCulture()
Gets the mailbox culture that is used when opening a mailbox.
|
GetMailTipsResponse |
getMailTips(Mailbox sender,
java.util.List<Mailbox> recipients)
Gets the mail tips information for the specified mailbox.
|
GetMailTipsResponse |
getMailTips(Mailbox sender,
java.util.List<Mailbox> recipients,
MailTipType type)
Gets the mail tips information for the specified mailbox.
|
MeetingCancellation |
getMeetingCancellation(ItemId itemId)
Gets a meeting cancellation message.
|
MeetingCancellation |
getMeetingCancellation(ItemId itemId,
ItemShape itemShape)
Gets a meeting cancellation message.
|
MeetingCancellation |
getMeetingCancellation(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting cancellation message.
|
MeetingCancellation |
getMeetingCancellation(ItemId itemId,
ShapeType shapeType)
Gets a meeting cancellation message.
|
MeetingCancellation |
getMeetingCancellation(java.lang.String itemId)
Gets a meeting cancellation message.
|
MeetingCancellation |
getMeetingCancellation(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting cancellation message.
|
MeetingCancellation |
getMeetingCancellation(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting cancellation message.
|
MeetingCancellation |
getMeetingCancellation(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting cancellation message.
|
MeetingMessage |
getMeetingMessage(ItemId itemId)
Gets a meeting message.
|
MeetingMessage |
getMeetingMessage(ItemId itemId,
ItemShape itemShape)
Gets a meeting message.
|
MeetingMessage |
getMeetingMessage(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting message.
|
MeetingMessage |
getMeetingMessage(ItemId itemId,
ShapeType shapeType)
Gets a meeting message.
|
MeetingMessage |
getMeetingMessage(java.lang.String itemId)
Gets a meeting message.
|
MeetingMessage |
getMeetingMessage(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting message.
|
MeetingMessage |
getMeetingMessage(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting message.
|
MeetingMessage |
getMeetingMessage(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting message.
|
MeetingRequest |
getMeetingRequest(ItemId itemId)
Gets a meeting request message.
|
MeetingRequest |
getMeetingRequest(ItemId itemId,
ItemShape itemShape)
Gets a meeting request message.
|
MeetingRequest |
getMeetingRequest(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting request message.
|
MeetingRequest |
getMeetingRequest(ItemId itemId,
ShapeType shapeType)
Gets a meeting request message.
|
MeetingRequest |
getMeetingRequest(java.lang.String itemId)
Gets a meeting request message.
|
MeetingRequest |
getMeetingRequest(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting request message.
|
MeetingRequest |
getMeetingRequest(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting request message.
|
MeetingRequest |
getMeetingRequest(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting request message.
|
MeetingResponse |
getMeetingResponse(ItemId itemId)
Gets a meeting response message.
|
MeetingResponse |
getMeetingResponse(ItemId itemId,
ItemShape itemShape)
Gets a meeting response message.
|
MeetingResponse |
getMeetingResponse(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting response message.
|
MeetingResponse |
getMeetingResponse(ItemId itemId,
ShapeType shapeType)
Gets a meeting response message.
|
MeetingResponse |
getMeetingResponse(java.lang.String itemId)
Gets a meeting response message.
|
MeetingResponse |
getMeetingResponse(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting response message.
|
MeetingResponse |
getMeetingResponse(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting response message.
|
MeetingResponse |
getMeetingResponse(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting response message.
|
Message |
getMessage(ItemId itemId)
Gets a message.
|
Message |
getMessage(ItemId itemId,
ItemShape itemShape)
Gets a message.
|
Message |
getMessage(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a message.
|
Message |
getMessage(ItemId itemId,
ShapeType shapeType)
Gets a message.
|
Message |
getMessage(java.lang.String itemId)
Gets a message.
|
Message |
getMessage(java.lang.String itemId,
ItemShape itemShape)
Gets a message.
|
Message |
getMessage(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a message.
|
Message |
getMessage(java.lang.String itemId,
ShapeType shapeType)
Gets a message.
|
Message |
getMessageFile(ItemId itemId)
Gets an item as Outlook .msg file.
|
Message |
getMessageFile(ItemId itemId,
java.util.List<ExtendedPropertyPath> customPropertyPaths)
Gets an item as Outlook .msg file.
|
Message |
getMessageFile(java.lang.String itemId)
Gets an item as Outlook .msg file.
|
Message |
getMessageFile(java.lang.String itemId,
java.util.List<ExtendedPropertyPath> customPropertyPaths)
Gets an item as Outlook .msg file.
|
GetMessageTrackingReportResponse |
getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId)
Gets tracking information about the specified messages.
|
GetMessageTrackingReportResponse |
getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId,
Mailbox recipientFilter)
Gets tracking information about the specified messages.
|
GetMessageTrackingReportResponse |
getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId,
Mailbox recipientFilter,
boolean returnQueueEvents)
Gets tracking information about the specified messages.
|
GetMessageTrackingReportResponse |
getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId,
Mailbox recipientFilter,
boolean returnQueueEvents,
java.lang.String diagnosticsLevel)
Gets tracking information about the specified messages.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection,
boolean searchArchiveOnly)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.lang.String mailbox)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection,
boolean searchArchiveOnly)
Gets the non indexable item details.
|
GetNonIndexableItemStatisticsResponse |
getNonIndexableItemStatistics(java.util.List<java.lang.String> mailboxes)
Gets the non indexable item statistics.
|
GetNonIndexableItemStatisticsResponse |
getNonIndexableItemStatistics(java.util.List<java.lang.String> mailboxes,
boolean searchArchiveOnly)
Gets the non indexable item statistics.
|
GetNonIndexableItemStatisticsResponse |
getNonIndexableItemStatistics(java.lang.String mailbox)
Gets the non indexable item statistics.
|
GetNonIndexableItemStatisticsResponse |
getNonIndexableItemStatistics(java.lang.String mailbox,
boolean searchArchiveOnly)
Gets the non indexable item statistics.
|
Note |
getNote(ItemId itemId)
Gets a note.
|
Note |
getNote(ItemId itemId,
ItemShape itemShape)
Gets a note.
|
Note |
getNote(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a note.
|
Note |
getNote(ItemId itemId,
ShapeType shapeType)
Gets a note.
|
Note |
getNote(java.lang.String itemId)
Gets a note.
|
Note |
getNote(java.lang.String itemId,
ItemShape itemShape)
Gets a note.
|
Note |
getNote(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a note.
|
Note |
getNote(java.lang.String itemId,
ShapeType shapeType)
Gets a note.
|
OAuthToken |
getOAuthToken() |
OAuthToken |
getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode,
java.lang.String authorizationCodeRedirectUri) |
OAuthToken |
getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode,
java.lang.String authorizationCodeRedirectUri,
java.lang.String clientSecret) |
OAuthToken |
getOAuthTokenWithClientAssertion(java.lang.String clientAssertion) |
OAuthToken |
getOAuthTokenWithClientSecret(java.lang.String clientSecret) |
OAuthToken |
getOAuthTokenWithDeviceAuthorizationCode(java.lang.String deviceCode) |
OAuthToken |
getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password) |
OAuthToken |
getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password,
java.lang.String clientSecret) |
OAuthToken |
getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password,
java.lang.String clientSecret,
java.lang.String clientAssertion) |
OutOfOfficeResponse |
getOutOfOffice(EmailAddress emailAddress)
Gets Out of Office settings for the specified mailbox.
|
OutOfOfficeResponse |
getOutOfOffice(java.lang.String emailAddress)
Gets Out of Office settings for the specified mailbox.
|
OwaOptions |
getOwaOptions()
Gets the owa options.
|
OwaOptions |
getOwaOptions(FolderId folderId)
Gets the owa options.
|
OwaOptions |
getOwaOptions(StandardFolder standardFolder)
Gets the owa options.
|
java.lang.String |
getPassword()
Gets user's password.
|
java.util.Date |
getPasswordExpirationDate(java.lang.String smtpEmailAddress)
Gets password expiration date.
|
Persona |
getPersona(ItemId personaId)
Gets the persona.
|
Post |
getPost(ItemId itemId)
Gets a post item.
|
Post |
getPost(ItemId itemId,
ItemShape itemShape)
Gets a post item.
|
Post |
getPost(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a post item.
|
Post |
getPost(ItemId itemId,
ShapeType shapeType)
Gets a post item.
|
Post |
getPost(java.lang.String itemId)
Gets a post item.
|
Post |
getPost(java.lang.String itemId,
ItemShape itemShape)
Gets a post item.
|
Post |
getPost(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a post item.
|
Post |
getPost(java.lang.String itemId,
ShapeType shapeType)
Gets a post item.
|
org.apache.http.HttpHost |
getProxy()
Gets HttpClient proxy.
|
org.apache.http.auth.Credentials |
getProxyCredentials()
Gets proxy credentials.
|
int |
getReadTimeout()
Returns setting for read timeout.
|
GetRemindersResponse |
getReminders()
Gets the reminders.
|
GetRemindersResponse |
getReminders(java.util.Date beginTime,
java.util.Date endTime)
Gets the reminders.
|
GetRemindersResponse |
getReminders(java.util.Date beginTime,
java.util.Date endTime,
int maxItems)
Gets the reminders.
|
GetRemindersResponse |
getReminders(java.util.Date beginTime,
java.util.Date endTime,
ReminderType reminderType)
Gets the reminders.
|
GetRemindersResponse |
getReminders(java.util.Date beginTime,
java.util.Date endTime,
ReminderType reminderType,
int maxItems)
Gets the reminders.
|
GetRemindersResponse |
getReminders(ReminderType reminderType)
Gets the reminders.
|
org.apache.http.client.config.RequestConfig |
getRequestConfig()
Gets request configuration.
|
java.util.List<HttpHeader> |
getRequestHttpHeaders() |
RequestServerVersion |
getRequestServerVersion()
Gets the versioning information that identifies the schema version to target for a request.
|
java.util.List<HttpHeader> |
getResponseHttpHeaders() |
RetentionSettings |
getRetentionSettings()
Gets the retention settings.
|
RetentionSettings |
getRetentionSettings(FolderId folderId)
Gets the retention settings.
|
RetentionSettings |
getRetentionSettings(StandardFolder standardFolder)
Gets the retention settings.
|
GetRoomListsResponse |
getRoomLists()
Retrieves a collection of all room lists in the organization.
|
GetRoomsResponse |
getRooms(Mailbox mailbox)
Retrieves a collection of all rooms in the specified room list in the organization.
|
GetRulesResponse |
getRules()
Retrieves a collection of Inbox rules that are associated with the authenticated user.
|
GetRulesResponse |
getRules(java.lang.String smtpEmailAddress)
Retrieves a collection of Inbox rules.
|
java.util.List<java.lang.String> |
getScope() |
GetSearchableMailboxesResponse |
getSearchableMailboxes(java.lang.String searchFilter)
Gets the searchable mailboxes.
|
GetSearchableMailboxesResponse |
getSearchableMailboxes(java.lang.String searchFilter,
boolean expandGroupMembership)
Gets the searchable mailboxes.
|
GetServerTimeZonesResponse |
getServerTimeZones()
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
getServerTimeZones(boolean returnFullTimeZoneData)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
getServerTimeZones(java.util.List<java.lang.String> timeZoneId)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
getServerTimeZones(java.util.List<java.lang.String> timeZoneId,
boolean returnFullTimeZoneData)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
getServerTimeZones(java.lang.String timeZoneId)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
getServerTimeZones(java.lang.String timeZoneId,
boolean returnFullTimeZoneData)
Gets information from time zone definitions that are available on the Exchange server.
|
ServiceConfigurationResponse |
getServiceConfiguration(Mailbox mailbox,
java.util.List<ServiceConfigurationType> serviceConfigurationTypes)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
|
ServiceConfigurationResponse |
getServiceConfiguration(Mailbox mailbox,
ServiceConfigurationType serviceConfigurationType)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
|
ServiceConfigurationResponse |
getServiceConfiguration(ServiceConfigurationType serviceConfigurationType)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
|
GetSharingFolderResponse |
getSharingFolder(java.lang.String smtpAddress,
SharingDataType type)
Gets the local folder identifier of the specified shared folder.
|
GetSharingFolderResponse |
getSharingFolder(java.lang.String smtpAddress,
SharingDataType type,
java.lang.String sharedFolderId)
Gets the local folder identifier of the specified shared folder.
|
GetSharingFolderResponse |
getSharingFolder(java.lang.String smtpAddress,
java.lang.String sharedFolderId)
Gets the local folder identifier of the specified shared folder.
|
GetSharingMetadataResponse |
getSharingMetadata(FolderId folderId,
java.lang.String senderSmtpAddress,
java.util.List<java.lang.String> recipients)
Gets an opaque authentication token that identifies the sharing invitation.
|
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri) |
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType) |
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode) |
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state) |
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce) |
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce,
java.lang.String loginHint) |
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce,
java.lang.String loginHint,
java.lang.String domainHint) |
java.lang.String |
getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce,
java.lang.String loginHint,
java.lang.String domainHint,
java.lang.String prompt) |
java.io.InputStream |
getStreamingEvents(java.util.List<java.lang.String> subscriptionIds)
Gets the streaming events.
|
java.io.InputStream |
getStreamingEvents(java.util.List<java.lang.String> subscriptionIds,
int connectionTimeout)
Gets the streaming events.
|
java.io.InputStream |
getStreamingEvents(java.lang.String subscriptionIds)
Gets the streaming events.
|
java.io.InputStream |
getStreamingEvents(java.lang.String subscriptionIds,
int connectionTimeout)
Gets the streaming events.
|
Task |
getTask(ItemId itemId)
Gets a task.
|
Task |
getTask(ItemId itemId,
ItemShape itemShape)
Gets a task.
|
Task |
getTask(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a task.
|
Task |
getTask(ItemId itemId,
ShapeType shapeType)
Gets a task.
|
Task |
getTask(java.lang.String itemId)
Gets a task.
|
Task |
getTask(java.lang.String itemId,
ItemShape itemShape)
Gets a task.
|
Task |
getTask(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a task.
|
Task |
getTask(java.lang.String itemId,
ShapeType shapeType)
Gets a task.
|
java.lang.String |
getTenant() |
TimeZoneDefinition |
getTimeZoneContext()
Gets the time zone context.
|
java.lang.String |
getUrl()
Gets URL of Exchange Web Services.
|
GetUserConfigurationResponse |
getUserConfiguration(UserConfigurationName name)
Gets a user configuration object from a folder.
|
GetUserConfigurationResponse |
getUserConfiguration(UserConfigurationName name,
UserConfigurationProperty property)
Gets a user configuration object from a folder.
|
java.lang.String |
getUsername()
Gets username.
|
GetUserPhotoResponse |
getUserPhoto(java.lang.String emailAddress,
UserPhotoSizeType type)
Gets the user photo.
|
GetUserRetentionPolicyTagsResponse |
getUserRetentionPolicyTags()
Gets the user retention policy tags.
|
Response |
installApp(java.lang.String manifest)
Install app.
|
boolean |
isAcceptGzipEncoding()
Return whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
|
boolean |
isCheckResponseXml() |
Response |
markAllItemsAsRead(FolderId folderId)
Mark all items as read.
|
Response |
markAllItemsAsRead(FolderId folderId,
boolean isRead)
Mark all items as read.
|
Response |
markAllItemsAsRead(FolderId folderId,
boolean isRead,
boolean suppressReadReceipts)
Mark all items as read.
|
java.util.List<Response> |
markAllItemsAsRead(java.util.List<FolderId> folders)
Mark all items as read.
|
java.util.List<Response> |
markAllItemsAsRead(java.util.List<FolderId> folders,
boolean isRead)
Mark all items as read.
|
java.util.List<Response> |
markAllItemsAsRead(java.util.List<FolderId> folders,
boolean isRead,
boolean suppressReadReceipts)
Mark all items as read.
|
Response |
markAllItemsAsRead(StandardFolder standardFolder)
Mark all items as read.
|
Response |
markAllItemsAsRead(StandardFolder standardFolder,
boolean isRead)
Mark all items as read.
|
Response |
markAllItemsAsRead(StandardFolder standardFolder,
boolean isRead,
boolean suppressReadReceipts)
Mark all items as read.
|
MarkAsJunkResponse |
markAsJunk(ItemId itemId)
Mark as junk.
|
MarkAsJunkResponse |
markAsJunk(ItemId itemId,
boolean isJunk)
Mark as junk.
|
MarkAsJunkResponse |
markAsJunk(ItemId itemId,
boolean isJunk,
boolean moveItem)
Mark as junk.
|
java.util.List<MarkAsJunkResponse> |
markAsJunk(java.util.List<ItemId> itemIds)
Mark as junk.
|
java.util.List<MarkAsJunkResponse> |
markAsJunk(java.util.List<ItemId> itemIds,
boolean isJunk)
Mark as junk.
|
java.util.List<MarkAsJunkResponse> |
markAsJunk(java.util.List<ItemId> itemIds,
boolean isJunk,
boolean moveItem)
Mark as junk.
|
FolderId |
moveFolder(FolderId folderId,
FolderId targetFolderId)
Moves a folder.
|
FolderId |
moveFolder(FolderId folderId,
StandardFolder standardFolder)
Moves a folder.
|
java.util.List<FolderInfoResponse> |
moveFolder(java.util.List<FolderId> folders,
FolderId targetFolderId)
Moves multiple folders.
|
java.util.List<FolderInfoResponse> |
moveFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Moves multiple folders.
|
ItemInfoResponse |
moveItem(ItemId itemId,
FolderId targetFolderId)
Moves an item.
|
ItemInfoResponse |
moveItem(ItemId itemId,
StandardFolder standardFolder)
Moves an item.
|
java.util.List<ItemInfoResponse> |
moveItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Moves multiple items.
|
java.util.List<ItemInfoResponse> |
moveItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Moves multiple items.
|
SendNotificationResponse |
parseSendNotificationResponse(byte[] buffer)
Parses the send notification response.
|
PerformReminderActionResponse |
performReminderAction(ItemId ItemId,
ReminderActionType type)
Perform reminder action.
|
PerformReminderActionResponse |
performReminderAction(ItemId ItemId,
ReminderActionType type,
java.util.Date newReminderTime)
Perform reminder action.
|
PerformReminderActionResponse |
performReminderAction(java.util.List<ReminderItemAction> reminderItemActions)
Perform reminder action.
|
PerformReminderActionResponse |
performReminderAction(ReminderItemAction reminderItemAction)
Perform reminder action.
|
OAuthToken |
refreshOAuthToken() |
OAuthToken |
refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken) |
OAuthToken |
refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken,
java.util.List<java.lang.String> scope) |
OAuthToken |
refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken,
java.util.List<java.lang.String> scope,
java.lang.String clientSecret) |
Response |
refreshSharingFolder(FolderId folderId)
Refreshes the specified local folder with the latest data from the folder that is being shared.
|
Response |
removeContactFromImList(ItemId contactId)
Removes the contact from im list.
|
DelegateResponse |
removeDelegate(Mailbox mailbox,
java.util.List<UserId> users)
Removes delegates on a specific mailbox.
|
DelegateUserResponse |
removeDelegate(Mailbox mailbox,
UserId userId)
Removes delegate on a specific mailbox.
|
Response |
removeDistributionGroupFromImList(ItemId groupId)
Removes the distribution group from im list.
|
Response |
removeImContactFromGroup(ItemId groupId,
ItemId contactId)
Removes the im contact from group.
|
Response |
removeImGroup(ItemId groupId)
Removes the im group.
|
java.util.List<ItemInfoResponse> |
reply(java.util.List<ReplyItem> replyItems)
Sends reply messages.
|
java.util.List<ItemInfoResponse> |
reply(java.util.List<ReplyItem> replyItems,
FolderId sentItemsFolderId)
Sends reply messages.
|
java.util.List<ItemInfoResponse> |
reply(java.util.List<ReplyItem> replyItems,
MessageDisposition messageDisposition)
Sends reply messages.
|
java.util.List<ItemInfoResponse> |
reply(java.util.List<ReplyItem> replyItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply messages.
|
ItemInfoResponse |
reply(ReplyItem replyItem)
Sends reply message.
|
ItemInfoResponse |
reply(ReplyItem replyItem,
FolderId sentItemsFolderId)
Sends reply message.
|
ItemInfoResponse |
reply(ReplyItem replyItem,
MessageDisposition messageDisposition)
Sends reply message.
|
ItemInfoResponse |
reply(ReplyItem replyItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply message.
|
java.util.List<ItemInfoResponse> |
replyToAll(java.util.List<ReplyAllItem> replyAllItems)
Sends reply messages to all recipients.
|
java.util.List<ItemInfoResponse> |
replyToAll(java.util.List<ReplyAllItem> replyAllItems,
FolderId sentItemsFolderId)
Sends reply messages to all recipients.
|
java.util.List<ItemInfoResponse> |
replyToAll(java.util.List<ReplyAllItem> replyAllItems,
MessageDisposition messageDisposition)
Sends reply messages to all recipients.
|
java.util.List<ItemInfoResponse> |
replyToAll(java.util.List<ReplyAllItem> replyAllItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply messages to all recipients.
|
ItemInfoResponse |
replyToAll(ReplyAllItem replyAllItem)
Sends reply message to all recipients.
|
ItemInfoResponse |
replyToAll(ReplyAllItem replyAllItem,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
ItemInfoResponse |
replyToAll(ReplyAllItem replyAllItem,
MessageDisposition messageDisposition)
Sends reply message to all recipients.
|
ItemInfoResponse |
replyToAll(ReplyAllItem replyAllItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
ResolveNamesResponse |
resolveNames(java.lang.String name)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
boolean returnFullContactData)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope,
ContactDataShapeType contactDataShape)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
FolderId parentFolderId)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope,
ContactDataShapeType contactDataShape)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
FolderId parentFolderId,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
resolveNames(java.lang.String name,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
SearchMailboxesResponse |
searchMailboxes(java.util.List<MailboxQuery> mailboxQueries)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
SearchMailboxesResponse |
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 |
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 |
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 |
searchMailboxes(MailboxQuery mailboxQuery)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
SearchMailboxesResponse |
searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize)
Search mailboxes.
|
SearchMailboxesResponse |
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 |
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.
|
ItemInfoResponse |
send(ItemId itemId)
Sends an email message.
|
ItemInfoResponse |
send(ItemId itemId,
boolean saveToFolder)
Sends an email message.
|
ItemInfoResponse |
send(ItemId itemId,
boolean saveToFolder,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemInfoResponse |
send(ItemId itemId,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemInfoResponse |
send(ItemId itemId,
StandardFolder standardFolder)
Sends an email message.
|
java.util.List<ItemInfoResponse> |
send(java.util.List<ItemId> messages)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
send(java.util.List<ItemId> messages,
boolean saveToFolder)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
send(java.util.List<ItemId> messages,
boolean saveToFolder,
FolderId sentItemsFolderId)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
send(java.util.List<ItemId> messages,
FolderId sentItemsFolderId)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
send(java.util.List<ItemId> messages,
StandardFolder standardFolder)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
send(java.util.List<Message> messages,
MessageDisposition messageDisposition)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
send(java.util.List<Message> messages,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends email messages.
|
ItemInfoResponse |
send(Message message)
Sends an email message.
|
ItemInfoResponse |
send(Message message,
MessageDisposition messageDisposition)
Sends an email message.
|
ItemInfoResponse |
send(Message message,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemId |
sendMeetingRequest(Appointment appointment)
Sends meeting request.
|
ItemId |
sendMeetingRequest(Appointment appointment,
FolderId sentItemsFolderId)
Sends meeting request.
|
ItemId |
sendMeetingRequest(Appointment appointment,
SendMeetingInvitations sendMeetingInvitations)
Sends meeting request.
|
ItemId |
sendMeetingRequest(Appointment appointment,
SendMeetingInvitations sendMeetingInvitations,
FolderId sentItemsFolderId)
Sends meeting request.
|
java.util.List<ItemInfoResponse> |
sendMeetingRequest(java.util.List<Appointment> appointments)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
sendMeetingRequest(java.util.List<Appointment> appointments,
FolderId sentItemsFolderId)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
sendMeetingRequest(java.util.List<Appointment> appointments,
SendMeetingInvitations sendMeetingInvitations)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
sendMeetingRequest(java.util.List<Appointment> appointments,
SendMeetingInvitations sendMeetingInvitations,
FolderId sentItemsFolderId)
Sends meeting requests.
|
java.lang.String |
sendNotificationResult(SubscriptionStatus status)
Send notification result.
|
void |
setAcceptGzipEncoding(boolean acceptGzipEncoding)
Set whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
|
void |
setAuthorizationCode(java.lang.String authorizationCode) |
void |
setAuthorizationCodeRedirectUri(java.lang.String authorizationCodeRedirectUri) |
void |
setCheckResponseXml(boolean checkResponseXml) |
void |
setclientAssertion(java.lang.String clientAssertion) |
void |
setClientConnectionManager(org.apache.http.conn.HttpClientConnectionManager connectionManager)
Sets connection manager.
|
void |
setClientId(java.lang.String clientId) |
void |
setClientSecret(java.lang.String clientSecret) |
void |
setConnectTimeout(int connectTimeout)
Sets the specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by the HttpURLConnection.
|
void |
setCustomHeaders(org.apache.http.Header[] customHeaders)
Deprecated.
|
void |
setDateTimePrecision(DateTimePrecision dateTimePrecision)
Sets the date time precision.
|
void |
setDeviceCode(java.lang.String deviceCode) |
void |
setDomain(java.lang.String domain)
Sets user's domain.
|
void |
setExchangeImpersonation(Identity identity)
Sets the ID of the user that Exchange Web Services (EWS) should impersonate.
|
HoldOnMailboxesInfo |
setHoldOnMailboxes(HoldActionType actionType,
java.lang.String holdId,
java.lang.String query)
Sets the hold on mailboxes.
|
HoldOnMailboxesInfo |
setHoldOnMailboxes(HoldActionType actionType,
java.lang.String holdId,
java.lang.String query,
java.util.List<java.lang.String> mailboxes,
java.lang.String language,
boolean includeNonIndexableItems,
boolean deduplication,
java.lang.String inPlaceHoldIdentity)
Sets the hold on mailboxes.
|
void |
setHttpURLConnection(boolean useHttpURLConnection)
Sets the http url connection.
|
void |
setHttpURLConnectionProxy(java.net.Proxy httpURLConnectionProxy)
Sets HttpURLConnection proxy server.
|
Response |
setImGroup(ItemId groupId,
java.lang.String displayName)
Sets the im group.
|
void |
setMailboxCulture(java.lang.String mailboxCulture)
Sets the mailbox culture that is used when opening a mailbox.
|
void |
setOAuthToken(OAuthToken oAuthToken) |
Response |
setOutOfOffice(OutOfOffice outOfOffice,
EmailAddress emailAddress)
Sets the Out of Office settings for a specific mailbox.
|
Response |
setOutOfOffice(OutOfOffice outOfOffice,
java.lang.String emailAddress)
Sets the Out of Office settings for a specific mailbox.
|
void |
setPassword(java.lang.String password)
Sets user's password.
|
void |
setProxy(org.apache.http.HttpHost proxy)
Sets HttpClient proxy.
|
void |
setProxyCredentials(org.apache.http.auth.Credentials proxyCredentials)
Sets proxy credentials.
|
void |
setReadTimeout(int readTimeout)
Sets the read timeout to the specified timeout, in milliseconds.
|
void |
setRequestConfig(org.apache.http.client.config.RequestConfig requestConfig)
Sets request configuration.
|
void |
setRequestServerVersion(RequestServerVersion requestServerVersion)
Sets the versioning information that identifies the schema version to target for a request.
|
void |
setTenant(java.lang.String tenant) |
void |
setTimeZoneContext(TimeZoneDefinition timeZoneContext)
Sets the time zone context.
|
void |
setUrl(java.lang.String url)
Sets URL of Exchange Web Services.
|
void |
setUsername(java.lang.String username)
Sets username.
|
SubscribeResponse |
subscribe(Subscription subscription)
Subscribes to notifications.
|
SyncFoldersResponse |
syncFolders()
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
syncFolders(FolderId folderId)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(FolderId folderId,
FolderShape folderShape)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(FolderId folderId,
FolderShape folderShape,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(FolderId folderId,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(FolderId folderId,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(FolderShape folderShape)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
syncFolders(FolderShape folderShape,
java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
syncFolders(java.util.List<PropertyPath> propertyPaths)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
syncFolders(java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
syncFolders(StandardFolder standardFolder)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(StandardFolder standardFolder,
FolderShape folderShape)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(StandardFolder standardFolder,
FolderShape folderShape,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(StandardFolder standardFolder,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
syncFolders(java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncItemsResponse |
syncItems(FolderId folderId)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
ItemShape itemShape)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned,
SyncItemsScope scope)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(FolderId folderId,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
ItemShape itemShape)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
syncItems(StandardFolder standardFolder,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
java.util.List<ItemInfoResponse> |
tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems)
Tentatively accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
FolderId sentItemsFolderId)
Tentatively accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
MessageDisposition messageDisposition)
Tentatively accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Tentatively accepts meeting requests.
|
ItemInfoResponse |
tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem)
Tentatively accepts meeting request.
|
ItemInfoResponse |
tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
ItemInfoResponse |
tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
MessageDisposition messageDisposition)
Tentatively accept meeting request.
|
ItemInfoResponse |
tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
Response |
uninstallApp(java.lang.String id)
Uninstall app.
|
Response |
unsubscribe(java.lang.String subscriptionId)
Removes notification subscription.
|
Response |
updateCalendarOptions(CalendarOptions calendarOptions)
Update calendar options.
|
Response |
updateCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Update calendar options.
|
Response |
updateCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Update calendar options.
|
Response |
updateCategoryList(CategoryList categoryList)
Update category list.
|
Response |
updateCategoryList(CategoryList categoryList,
FolderId folderId)
Update category list.
|
DelegateUserResponse |
updateDelegate(Mailbox mailbox,
DelegateUser delegateUser)
Updates delegates on a specific mailbox.
|
DelegateUserResponse |
updateDelegate(Mailbox mailbox,
DelegateUser delegateUser,
DeliverMeetingRequests deliverMeetingRequests)
Updates delegates on a specific mailbox.
|
DelegateResponse |
updateDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers)
Updates delegates on a specific mailbox.
|
DelegateResponse |
updateDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers,
DeliverMeetingRequests deliverMeetingRequests)
Updates delegates on a specific mailbox.
|
FolderId |
updateFolder(FolderChange folderChange)
Modify properties of an existing folder.
|
FolderId |
updateFolder(FolderId folderId,
java.util.List<Property> propertiesToSet)
Modify properties of an existing folder.
|
FolderId |
updateFolder(FolderId folderId,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete)
Modify properties of an existing folder.
|
FolderId |
updateFolder(FolderId folderId,
Property propertyToSet)
Modify properties of an existing folder.
|
FolderId |
updateFolder(FolderId folderId,
PropertyPath propertyToDelete)
Modify properties of an existing folder.
|
FolderId |
updateFolder(FolderId folderId,
Property propertyToSet,
PropertyPath propertyToDelete)
Modify properties of an existing folder.
|
java.util.List<FolderInfoResponse> |
updateFolder(java.util.List<FolderChange> folderChanges)
Modify properties of existing folders.
|
ItemId |
updateItem(ItemChange itemChange)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemChange itemChange,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete,
java.util.List<Property> propertiesToAppend,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
PropertyPath propertyToDelete,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
SendMeetingOption sendMeetingOption)
Updates the properties of an existing item.
|
ItemId |
updateItem(ItemId itemId,
Property propertyToSet,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
MessageDisposition messageDisposition)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
SendMeetingOption sendMeetingOption)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItem(java.util.List<ItemChange> itemChanges,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
updateItemInRecoverableItems(ItemChange itemChange)
Update item in recoverable items.
|
Response |
updateOwaOptions(OwaOptions owaOptions)
Update owa options.
|
Response |
updateOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Update owa options.
|
Response |
updateOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Update owa options.
|
Response |
updateRetentionSettings(RetentionSettings retentionSettings)
Update retention settings.
|
Response |
updateRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Update retention settings.
|
Response |
updateRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Update retention settings.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> rules)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> rules,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
updateRule(Rule rule)
Updates an inbox rule.
|
RuleOperationResponse |
updateRule(Rule rule,
boolean removeOutlookRuleBlob)
Updates an inbox rule.
|
RuleOperationResponse |
updateRule(Rule rule,
java.lang.String smtpEmailAddress)
Updates an inbox rule.
|
RuleOperationResponse |
updateRule(Rule rule,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Updates an inbox rule.
|
Response |
updateUserConfiguration(UserConfiguration userConfiguration)
Updates a user configuration object on a folder.
|
java.util.List<UploadItemsResponse> |
uploadItems(java.util.List<UploadItem> items)
Imports items to a mailbox.
|
UploadItemsResponse |
uploadItems(UploadItem item)
Imports an item to a mailbox.
|
public Service()
public Service(java.lang.String url)
url - The Exchange server web services url. Example: "https://servername/ews/Exchange.asmx".public Service(java.lang.String url,
java.lang.String username,
java.lang.String password)
url - The Exchange server web services url.username - Usernamepassword - User's passwordpublic Service(java.lang.String url,
java.lang.String username,
java.lang.String password,
java.lang.String domain)
url - The Exchage server web services url. Example: "https://servername/ews/Exchange.asmx".username - Usernamepassword - User's passworddomain - User's domainpublic java.lang.String getSignInRequestUri(java.lang.String redirectUri)
public java.lang.String getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType)
public java.lang.String getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode)
public java.lang.String getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state)
public java.lang.String getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce)
public java.lang.String getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce,
java.lang.String loginHint)
public java.lang.String getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce,
java.lang.String loginHint,
java.lang.String domainHint)
public java.lang.String getSignInRequestUri(java.lang.String redirectUri,
java.lang.String responseType,
java.lang.String responseMode,
java.lang.String state,
java.lang.String nonce,
java.lang.String loginHint,
java.lang.String domainHint,
java.lang.String prompt)
public OAuthToken getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode, java.lang.String authorizationCodeRedirectUri) throws ServiceException
ServiceExceptionpublic OAuthToken getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode, java.lang.String authorizationCodeRedirectUri, java.lang.String clientSecret) throws ServiceException
ServiceExceptionpublic java.lang.String getAuthorizationCodeRequestUri(java.lang.String redirectUri)
public java.lang.String getAuthorizationCodeRequestUri(java.lang.String redirectUri,
java.lang.String responseMode)
public java.lang.String getAuthorizationCodeRequestUri(java.lang.String redirectUri,
java.lang.String responseMode,
java.lang.String state)
public OAuthToken getOAuthTokenWithClientAssertion(java.lang.String clientAssertion) throws ServiceException
ServiceExceptionpublic OAuthToken getOAuthTokenWithClientSecret(java.lang.String clientSecret) throws ServiceException
ServiceExceptionpublic OAuthToken getOAuthTokenWithUsernamePassword(java.lang.String username, java.lang.String password) throws ServiceException
ServiceExceptionpublic OAuthToken getOAuthTokenWithUsernamePassword(java.lang.String username, java.lang.String password, java.lang.String clientSecret) throws ServiceException
ServiceExceptionpublic OAuthToken getOAuthTokenWithUsernamePassword(java.lang.String username, java.lang.String password, java.lang.String clientSecret, java.lang.String clientAssertion) throws ServiceException
ServiceExceptionpublic DeviceAuthorizationCode getDeviceAuthorizationCode() throws ServiceException
ServiceExceptionpublic OAuthToken getOAuthTokenWithDeviceAuthorizationCode(java.lang.String deviceCode) throws ServiceException
ServiceExceptionpublic OAuthToken refreshOAuthToken() throws ServiceException
ServiceExceptionpublic OAuthToken refreshOAuthToken(java.lang.String clientId, java.lang.String tenant, java.lang.String refreshToken) throws ServiceException
ServiceExceptionpublic OAuthToken refreshOAuthToken(java.lang.String clientId, java.lang.String tenant, java.lang.String refreshToken, java.util.List<java.lang.String> scope) throws ServiceException
ServiceExceptionpublic OAuthToken refreshOAuthToken(java.lang.String clientId, java.lang.String tenant, java.lang.String refreshToken, java.util.List<java.lang.String> scope, java.lang.String clientSecret) throws ServiceException
ServiceExceptionpublic Note getNote(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Note getNote(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Note getNote(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Note getNote(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Note getNote(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Note getNote(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Note getNote(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Note getNote(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Journal getJournal(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Journal getJournal(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Journal getJournal(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Journal getJournal(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Journal getJournal(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Journal getJournal(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Journal getJournal(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Journal getJournal(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Contact getContact(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Contact getContact(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Contact getContact(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Contact getContact(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Contact getContact(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Contact getContact(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Contact getContact(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Contact getContact(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Post getPost(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Post getPost(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Post getPost(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Post getPost(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Post getPost(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Post getPost(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Post getPost(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Post getPost(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic DistributionList getDistributionList(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingResponse getMeetingResponse(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingCancellation getMeetingCancellation(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingRequest getMeetingRequest(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic MeetingMessage getMeetingMessage(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Message getMessage(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Message getMessage(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Message getMessage(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Message getMessage(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Message getMessage(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Message getMessage(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Message getMessage(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Message getMessage(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Appointment getAppointment(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Appointment getAppointment(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Appointment getAppointment(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Appointment getAppointment(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Appointment getAppointment(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Appointment getAppointment(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Appointment getAppointment(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Appointment getAppointment(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Task getTask(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Task getTask(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Task getTask(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Task getTask(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Task getTask(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Task getTask(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Task getTask(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Task getTask(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Item getItem(java.lang.String itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Item getItem(java.lang.String itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Item getItem(java.lang.String itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Item getItem(java.lang.String itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic Item getItem(ItemId itemId) throws ServiceException
itemId - The ID of the item to return.ServiceException - the service exceptionpublic Item getItem(ItemId itemId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
itemId - The ID of the item to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Item getItem(ItemId itemId, ShapeType shapeType) throws ServiceException
itemId - The ID of the item to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Item getItem(ItemId itemId, ItemShape itemShape) throws ServiceException
itemId - The ID of the item to return.itemShape - The set of properties to return.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> getItems(java.util.List<ItemId> items) throws ServiceException
items - the itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> getItems(java.util.List<ItemId> items, java.util.List<PropertyPath> propertyPaths) throws ServiceException
items - the itemspropertyPaths - The set of properties to return.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> getItems(java.util.List<ItemId> items, ShapeType shapeType) throws ServiceException
items - the itemsshapeType - The set of properties to return.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> getItems(java.util.List<ItemId> items, ItemShape itemShape) throws ServiceException
items - the itemsitemShape - The set of properties to return.ServiceException - the service exceptionpublic ItemInfoResponse declineMeetingRequest(DeclineItem declineItem) throws ServiceException
declineItem - the decline itemServiceException - the service exceptionpublic ItemInfoResponse declineMeetingRequest(DeclineItem declineItem, FolderId sentItemsFolderId) throws ServiceException
declineItem - the decline itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse declineMeetingRequest(DeclineItem declineItem, MessageDisposition messageDisposition) throws ServiceException
declineItem - the decline itemmessageDisposition - Indicates the disposition mode.ServiceException - the service exceptionpublic ItemInfoResponse declineMeetingRequest(DeclineItem declineItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
declineItem - the decline itemmessageDisposition - Indicates the disposition mode.sentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> declineMeetingRequest(java.util.List<DeclineItem> declineItems) throws ServiceException
declineItems - the decline itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> declineMeetingRequest(java.util.List<DeclineItem> declineItems, FolderId sentItemsFolderId) throws ServiceException
declineItems - the decline itemssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> declineMeetingRequest(java.util.List<DeclineItem> declineItems, MessageDisposition messageDisposition) throws ServiceException
declineItems - the decline itemsmessageDisposition - Indicates the disposition mode.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> declineMeetingRequest(java.util.List<DeclineItem> declineItems, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
declineItems - the decline itemsmessageDisposition - Indicates the disposition mode.sentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem) throws ServiceException
tentativelyAcceptItem - the tentatively accept itemServiceException - the service exceptionpublic ItemInfoResponse tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem, FolderId sentItemsFolderId) throws ServiceException
tentativelyAcceptItem - the tentatively accept itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem, MessageDisposition messageDisposition) throws ServiceException
tentativelyAcceptItem - the tentatively accept itemmessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
tentativelyAcceptItem - the tentatively accept itemmessageDisposition - Indicates the disposition mode.sentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems) throws ServiceException
tentativelyAcceptItems - the tentatively accept itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems, FolderId sentItemsFolderId) throws ServiceException
tentativelyAcceptItems - the tentatively accept itemssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems, MessageDisposition messageDisposition) throws ServiceException
tentativelyAcceptItems - the tentatively accept itemsmessageDisposition - Indicates the disposition mode.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
tentativelyAcceptItems - the tentatively accept itemsmessageDisposition - Indicates the disposition mode.sentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(RemoveItem removeItem) throws ServiceException
removeItem - the remove itemServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(RemoveItem removeItem, FolderId sentItemsFolderId) throws ServiceException
removeItem - the remove itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(RemoveItem removeItem, MessageDisposition messageDisposition) throws ServiceException
removeItem - the remove itemmessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(RemoveItem removeItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
removeItem - the remove itemmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(CancelItem cancelItem) throws ServiceException
cancelItem - the cancel itemServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(CancelItem cancelItem, FolderId sentItemsFolderId) throws ServiceException
cancelItem - the cancel itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(CancelItem cancelItem, MessageDisposition messageDisposition) throws ServiceException
cancelItem - the cancel itemmessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse cancelMeetingRequest(CancelItem cancelItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
cancelItem - the cancel itemmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> cancelMeetingRequest(java.util.List<CancelItem> cancelItems) throws ServiceException
cancelItems - the cancel itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> cancelMeetingRequest(java.util.List<CancelItem> cancelItems, FolderId sentItemsFolderId) throws ServiceException
cancelItems - the cancel itemssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> cancelMeetingRequest(java.util.List<CancelItem> cancelItems, MessageDisposition messageDisposition) throws ServiceException
cancelItems - the cancel itemsmessageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> cancelMeetingRequest(java.util.List<CancelItem> cancelItems, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
cancelItems - the cancel itemsmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse acceptMeetingRequest(AcceptItem acceptItem) throws ServiceException
acceptItem - the accept itemServiceException - the service exceptionpublic ItemInfoResponse acceptMeetingRequest(AcceptItem acceptItem, FolderId sentItemsFolderId) throws ServiceException
acceptItem - the accept itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse acceptMeetingRequest(AcceptItem acceptItem, MessageDisposition messageDisposition) throws ServiceException
acceptItem - the accept itemmessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse acceptMeetingRequest(AcceptItem acceptItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
acceptItem - the accept itemmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> acceptMeetingRequest(java.util.List<AcceptItem> acceptItems) throws ServiceException
acceptItems - the accept itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> acceptMeetingRequest(java.util.List<AcceptItem> acceptItems, FolderId sentItemsFolderId) throws ServiceException
acceptItems - the accept itemssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> acceptMeetingRequest(java.util.List<AcceptItem> acceptItems, MessageDisposition messageDisposition) throws ServiceException
acceptItems - the accept itemsmessageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> acceptMeetingRequest(java.util.List<AcceptItem> acceptItems, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
acceptItems - the accept itemsmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemId sendMeetingRequest(Appointment appointment) throws ServiceException
appointment - the appointmentServiceException - the service exceptionpublic ItemId sendMeetingRequest(Appointment appointment, FolderId sentItemsFolderId) throws ServiceException
appointment - the appointmentsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemId sendMeetingRequest(Appointment appointment, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
appointment - the appointmentsendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic ItemId sendMeetingRequest(Appointment appointment, SendMeetingInvitations sendMeetingInvitations, FolderId sentItemsFolderId) throws ServiceException
appointment - the appointmentsendMeetingInvitations - the send meeting invitationssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> sendMeetingRequest(java.util.List<Appointment> appointments) throws ServiceException
appointments - the appointmentsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> sendMeetingRequest(java.util.List<Appointment> appointments, FolderId sentItemsFolderId) throws ServiceException
appointments - the appointmentssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> sendMeetingRequest(java.util.List<Appointment> appointments, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
appointments - the appointmentssendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> sendMeetingRequest(java.util.List<Appointment> appointments, SendMeetingInvitations sendMeetingInvitations, FolderId sentItemsFolderId) throws ServiceException
appointments - the appointmentssendMeetingInvitations - the send meeting invitationssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse replyToAll(ReplyAllItem replyAllItem) throws ServiceException
replyAllItem - the reply all itemServiceException - the service exceptionpublic ItemInfoResponse replyToAll(ReplyAllItem replyAllItem, FolderId sentItemsFolderId) throws ServiceException
replyAllItem - the reply all itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse replyToAll(ReplyAllItem replyAllItem, MessageDisposition messageDisposition) throws ServiceException
replyAllItem - the reply all itemmessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse replyToAll(ReplyAllItem replyAllItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
replyAllItem - the reply all itemmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> replyToAll(java.util.List<ReplyAllItem> replyAllItems) throws ServiceException
replyAllItems - the reply all itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> replyToAll(java.util.List<ReplyAllItem> replyAllItems, FolderId sentItemsFolderId) throws ServiceException
replyAllItems - the reply all itemssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> replyToAll(java.util.List<ReplyAllItem> replyAllItems, MessageDisposition messageDisposition) throws ServiceException
replyAllItems - the reply all itemsmessageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> replyToAll(java.util.List<ReplyAllItem> replyAllItems, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
replyAllItems - the reply all itemsmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse reply(ReplyItem replyItem) throws ServiceException
replyItem - the reply itemServiceException - the service exceptionpublic ItemInfoResponse reply(ReplyItem replyItem, FolderId sentItemsFolderId) throws ServiceException
replyItem - the reply itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse reply(ReplyItem replyItem, MessageDisposition messageDisposition) throws ServiceException
replyItem - the reply itemmessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse reply(ReplyItem replyItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
replyItem - the reply itemmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> reply(java.util.List<ReplyItem> replyItems) throws ServiceException
replyItems - the reply itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> reply(java.util.List<ReplyItem> replyItems, FolderId sentItemsFolderId) throws ServiceException
replyItems - the reply itemssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> reply(java.util.List<ReplyItem> replyItems, MessageDisposition messageDisposition) throws ServiceException
replyItems - the reply itemsmessageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> reply(java.util.List<ReplyItem> replyItems, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
replyItems - the reply itemsmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse forward(ForwardItem forwardItem) throws ServiceException
forwardItem - the forward itemServiceException - the service exceptionpublic ItemInfoResponse forward(ForwardItem forwardItem, FolderId sentItemsFolderId) throws ServiceException
forwardItem - the forward itemsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse forward(ForwardItem forwardItem, MessageDisposition messageDisposition) throws ServiceException
forwardItem - the forward itemmessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse forward(ForwardItem forwardItem, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
forwardItem - the forward itemmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> forward(java.util.List<ForwardItem> forwardItems) throws ServiceException
forwardItems - the forward itemsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> forward(java.util.List<ForwardItem> forwardItems, FolderId sentItemsFolderId) throws ServiceException
forwardItems - the forward itemssentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> forward(java.util.List<ForwardItem> forwardItems, MessageDisposition messageDisposition) throws ServiceException
forwardItems - the forward itemsmessageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> forward(java.util.List<ForwardItem> forwardItems, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
forwardItems - the forward itemsmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse send(Message message) throws ServiceException
message - the messageServiceException - the service exceptionpublic ItemInfoResponse send(Message message, MessageDisposition messageDisposition) throws ServiceException
message - the messagemessageDisposition - the message dispositionServiceException - the service exceptionpublic ItemInfoResponse send(Message message, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
message - the messagemessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> send(java.util.List<Message> messages, MessageDisposition messageDisposition) throws ServiceException
messages - the messagesmessageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> send(java.util.List<Message> messages, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
messages - the messagesmessageDisposition - the message dispositionsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse send(ItemId itemId) throws ServiceException
itemId - the item idServiceException - the service exceptionpublic ItemInfoResponse send(ItemId itemId, boolean saveToFolder) throws ServiceException
itemId - the item idsaveToFolder - the save to folderServiceException - the service exceptionpublic ItemInfoResponse send(ItemId itemId, StandardFolder standardFolder) throws ServiceException
itemId - the item idstandardFolder - the standard folderServiceException - the service exceptionpublic ItemInfoResponse send(ItemId itemId, FolderId sentItemsFolderId) throws ServiceException
itemId - the item idsentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemInfoResponse send(ItemId itemId, boolean saveToFolder, FolderId sentItemsFolderId) throws ServiceException
itemId - the item idsaveToFolder - the save to foldersentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> send(java.util.List<ItemId> messages) throws ServiceException
messages - the messagesServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> send(java.util.List<ItemId> messages, boolean saveToFolder) throws ServiceException
messages - the messagessaveToFolder - the save to folderServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> send(java.util.List<ItemId> messages, StandardFolder standardFolder) throws ServiceException
messages - the messagesstandardFolder - the standard folderServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> send(java.util.List<ItemId> messages, FolderId sentItemsFolderId) throws ServiceException
messages - the messagessentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> send(java.util.List<ItemId> messages, boolean saveToFolder, FolderId sentItemsFolderId) throws ServiceException
messages - the messagessaveToFolder - the save to foldersentItemsFolderId - the sent items folder idServiceException - the service exceptionpublic ItemId createItem(Item item) throws ServiceException
item - The item to create.ServiceException - the service exceptionpublic ItemId createItem(Item item, StandardFolder standardFolder) throws ServiceException
item - The item to create.standardFolder - The ID of the folder in which to place the newly created item.ServiceException - the service exceptionpublic ItemId createItem(Item item, StandardFolder standardFolder, MessageDisposition messageDisposition) throws ServiceException
item - The item to create.standardFolder - The ID of the folder in which to place the newly created item.messageDisposition - the message dispositionServiceException - the service exceptionpublic ItemId createItem(Item item, StandardFolder standardFolder, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
item - The item to create.standardFolder - The ID of the folder in which to place the newly created item.sendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic ItemId createItem(Item item, StandardFolder standardFolder, MessageDisposition messageDisposition, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
item - The item to create.standardFolder - The ID of the folder in which to place the newly created item.messageDisposition - the message dispositionsendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic ItemId createItem(Item item, FolderId parentFolderId) throws ServiceException
item - The item to create.parentFolderId - The ID of the folder in which to place the newly created item.ServiceException - the service exceptionpublic ItemId createItem(Item item, FolderId parentFolderId, MessageDisposition messageDisposition) throws ServiceException
item - The item to create.parentFolderId - The ID of the folder in which to place the newly created item.messageDisposition - the message dispositionServiceException - the service exceptionpublic ItemId createItem(Item item, FolderId parentFolderId, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
item - The item to create.parentFolderId - The ID of the folder in which to place the newly created item.sendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic ItemId createItem(Item item, FolderId parentFolderId, MessageDisposition messageDisposition, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
item - The item to create.parentFolderId - The ID of the folder in which to place the newly created item.messageDisposition - the message dispositionsendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items) throws ServiceException
items - The items to create.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, StandardFolder standardFolder) throws ServiceException
items - The items to create.standardFolder - The ID of the folder in which to place the newly created items.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, FolderId parentFolderId) throws ServiceException
items - The items to create.parentFolderId - The ID of the folder in which to place the newly created items.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, StandardFolder standardFolder, MessageDisposition messageDisposition) throws ServiceException
items - The items to create.standardFolder - The ID of the folder in which to place the newly created items.messageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, StandardFolder standardFolder, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
items - The items to create.standardFolder - The ID of the folder in which to place the newly created items.sendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, StandardFolder standardFolder, MessageDisposition messageDisposition, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
items - The items to create.standardFolder - The ID of the folder in which to place the newly created items.messageDisposition - the message dispositionsendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition) throws ServiceException
items - The items to create.parentFolderId - The ID of the folder in which to place the newly created items.messageDisposition - the message dispositionServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, FolderId parentFolderId, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
items - The items to create.parentFolderId - The ID of the folder in which to place the newly created items.sendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItem(java.util.List<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
items - The items to create.parentFolderId - The ID of the folder in which to place the newly created items.messageDisposition - the message dispositionsendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> createItemImplementation(java.util.List<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
items - the itemsparentFolderId - the parent folder idmessageDisposition - the message dispositionsendMeetingInvitations - the send meeting invitationsServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name) throws ServiceException
name - The name to resolve.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, FolderId parentFolderId) throws ServiceException
name - The name to resolve.parentFolderId - The ID of the contact folder in which to look for matching contacts.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, boolean returnFullContactData) throws ServiceException
name - The name to resolve.returnFullContactData - Indicates whether full contact information should be returned for each of the found contacts.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, ResolveNamesSearchScope searchScope) throws ServiceException
name - The name to resolve.searchScope - The scope of the search.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, FolderId parentFolderId, boolean returnFullContactData) throws ServiceException
name - The name to resolve.parentFolderId - The ID of the contact folder in which to look for matching contacts.returnFullContactData - Indicates whether full contact information should be returned for each of the found contacts.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, FolderId parentFolderId, ResolveNamesSearchScope searchScope) throws ServiceException
name - The name to resolve.parentFolderId - The ID of the contact folder in which to look for matching contacts.searchScope - The scope of the search.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, boolean returnFullContactData, ResolveNamesSearchScope searchScope) throws ServiceException
name - The name to resolve.returnFullContactData - Indicates whether full contact information should be returned for each of the found contacts.searchScope - The scope of the search.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, boolean returnFullContactData, ResolveNamesSearchScope searchScope, ContactDataShapeType contactDataShape) throws ServiceException
name - The name to resolve.returnFullContactData - Indicates whether full contact information should be returned for each of the found contacts.searchScope - The scope of the search.contactDataShape - Identifies the property set returned for contacts.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, FolderId parentFolderId, boolean returnFullContactData, ResolveNamesSearchScope searchScope) throws ServiceException
name - The name to resolve.parentFolderId - The ID of the contact folder in which to look for matching contacts.returnFullContactData - Indicates whether full contact information should be returned for each of the found contacts.searchScope - The scope of the search.ServiceException - the service exceptionpublic ResolveNamesResponse resolveNames(java.lang.String name, FolderId parentFolderId, boolean returnFullContactData, ResolveNamesSearchScope searchScope, ContactDataShapeType contactDataShape) throws ServiceException
name - The name to resolve.parentFolderId - The ID of the contact folder in which to look for matching contacts.returnFullContactData - Indicates whether full contact information should be returned for each of the found contacts.searchScope - The scope of the search.contactDataShape - Identifies the property set returned for contacts.ServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(ConversationRequest conversationRequest) throws ServiceException
conversationRequest - the conversation requestServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(ConversationRequest conversationRequest, ItemShape itemShape) throws ServiceException
conversationRequest - the conversation requestitemShape - the item shapeServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(ConversationRequest conversationRequest, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
conversationRequest - the conversation requestitemShape - the item shapemailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(ConversationRequest conversationRequest, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation, java.util.List<FolderId> foldersToIgnore) throws ServiceException
conversationRequest - the conversation requestitemShape - the item shapemailboxSearchLocation - the mailbox search locationfoldersToIgnore - the folders to ignoreServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(ConversationRequest conversationRequest, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation, java.util.List<FolderId> foldersToIgnore, ConversationNodeSortOrder sortOrder) throws ServiceException
conversationRequest - the conversation requestitemShape - the item shapemailboxSearchLocation - the mailbox search locationfoldersToIgnore - the folders to ignoresortOrder - the sort orderServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(ConversationRequest conversationRequest, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation, java.util.List<FolderId> foldersToIgnore, ConversationNodeSortOrder sortOrder, int maxItemsToReturn) throws ServiceException
conversationRequest - the conversation requestitemShape - the item shapemailboxSearchLocation - the mailbox search locationfoldersToIgnore - the folders to ignoresortOrder - the sort ordermaxItemsToReturn - the max items to returnServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(java.util.List<ConversationRequest> conversationRequests) throws ServiceException
conversationRequests - the conversation requestsServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(java.util.List<ConversationRequest> conversationRequests, ItemShape itemShape) throws ServiceException
conversationRequests - the conversation requestsitemShape - the item shapeServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(java.util.List<ConversationRequest> conversationRequests, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
conversationRequests - the conversation requestsitemShape - the item shapemailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(java.util.List<ConversationRequest> conversationRequests, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation, java.util.List<FolderId> foldersToIgnore) throws ServiceException
conversationRequests - the conversation requestsitemShape - the item shapemailboxSearchLocation - the mailbox search locationfoldersToIgnore - the folders to ignoreServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(java.util.List<ConversationRequest> conversationRequests, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation, java.util.List<FolderId> foldersToIgnore, ConversationNodeSortOrder sortOrder) throws ServiceException
conversationRequests - the conversation requestsitemShape - the item shapemailboxSearchLocation - the mailbox search locationfoldersToIgnore - the folders to ignoresortOrder - the sort orderServiceException - the service exceptionpublic java.util.List<ConversationItemResponse> getConversationItems(java.util.List<ConversationRequest> conversationRequests, ItemShape itemShape, MailboxSearchLocation mailboxSearchLocation, java.util.List<FolderId> folderToIgnore, ConversationNodeSortOrder sortOrder, int maxItemsToReturn) throws ServiceException
conversationRequests - the conversation requestsitemShape - the item shapemailboxSearchLocation - the mailbox search locationfolderToIgnore - the folder to ignoresortOrder - the sort ordermaxItemsToReturn - the max items to returnServiceException - the service exceptionpublic Response markAllItemsAsRead(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic Response markAllItemsAsRead(StandardFolder standardFolder, boolean isRead) throws ServiceException
standardFolder - the standard folderisRead - the is readServiceException - the service exceptionpublic Response markAllItemsAsRead(StandardFolder standardFolder, boolean isRead, boolean suppressReadReceipts) throws ServiceException
standardFolder - the standard folderisRead - the is readsuppressReadReceipts - the suppress read receiptsServiceException - the service exceptionpublic Response markAllItemsAsRead(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic Response markAllItemsAsRead(FolderId folderId, boolean isRead) throws ServiceException
folderId - the folder idisRead - the is readServiceException - the service exceptionpublic Response markAllItemsAsRead(FolderId folderId, boolean isRead, boolean suppressReadReceipts) throws ServiceException
folderId - the folder idisRead - the is readsuppressReadReceipts - the suppress read receiptsServiceException - the service exceptionpublic java.util.List<Response> markAllItemsAsRead(java.util.List<FolderId> folders) throws ServiceException
folders - the foldersServiceException - the service exceptionpublic java.util.List<Response> markAllItemsAsRead(java.util.List<FolderId> folders, boolean isRead) throws ServiceException
folders - the foldersisRead - the is readServiceException - the service exceptionpublic java.util.List<Response> markAllItemsAsRead(java.util.List<FolderId> folders, boolean isRead, boolean suppressReadReceipts) throws ServiceException
folders - the foldersisRead - the is readsuppressReadReceipts - the suppress read receiptsServiceException - the service exceptionpublic Folder getFolder(java.lang.String folderId) throws ServiceException
folderId - The ID of the folder to return.ServiceException - the service exceptionpublic Folder getFolder(java.lang.String folderId, ShapeType shapeType) throws ServiceException
folderId - The ID of the folder to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(java.lang.String folderId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
folderId - The ID of the folder to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(java.lang.String folderId, FolderShape folderShape) throws ServiceException
folderId - The ID of the folder to return.folderShape - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(StandardFolder standardFolder) throws ServiceException
standardFolder - The ID of the folder to return.ServiceException - the service exceptionpublic Folder getFolder(StandardFolder standardFolder, ShapeType shapeType) throws ServiceException
standardFolder - The ID of the folder to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths) throws ServiceException
standardFolder - The ID of the folder to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(StandardFolder standardFolder, FolderShape folderShape) throws ServiceException
standardFolder - The ID of the folder to return.folderShape - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(FolderId folderId) throws ServiceException
folderId - The ID of the folder to return.ServiceException - the service exceptionpublic Folder getFolder(FolderId folderId, ShapeType shapeType) throws ServiceException
folderId - The ID of the folder to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(FolderId folderId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
folderId - The ID of the folder to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic Folder getFolder(FolderId folderId, FolderShape folderShape) throws ServiceException
folderId - The ID of the folder to return.folderShape - The set of properties to return.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> getFolders(java.util.List<FolderId> folders) throws ServiceException
folders - The IDs of the folders to return.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> getFolders(java.util.List<FolderId> folders, ShapeType shapeType) throws ServiceException
folders - The IDs of the folders to return.shapeType - The set of properties to return.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> getFolders(java.util.List<FolderId> folders, java.util.List<PropertyPath> propertyPaths) throws ServiceException
folders - The IDs of the folders to return.propertyPaths - The set of properties to return.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> getFolders(java.util.List<FolderId> folders, FolderShape folderShape) throws ServiceException
folders - The IDs of the folders to return.folderShape - The set of properties to return.ServiceException - the service exceptionpublic FolderId updateFolder(FolderId folderId, Property propertyToSet) throws ServiceException
folderId - The ID of the folder to update.propertyToSet - Set of properties to add/modify.ServiceException - the service exceptionpublic FolderId updateFolder(FolderId folderId, PropertyPath propertyToDelete) throws ServiceException
folderId - The ID of the folder to update.propertyToDelete - Set of properties to delete.ServiceException - the service exceptionpublic FolderId updateFolder(FolderId folderId, Property propertyToSet, PropertyPath propertyToDelete) throws ServiceException
folderId - The ID of the folder to update.propertyToSet - Set of properties to add/modify.propertyToDelete - Set of properties to delete.ServiceException - the service exceptionpublic FolderId updateFolder(FolderId folderId, java.util.List<Property> propertiesToSet) throws ServiceException
folderId - The ID of the folder to update.propertiesToSet - Set of properties to add/modify.ServiceException - the service exceptionpublic FolderId updateFolder(FolderId folderId, java.util.List<Property> propertiesToSet, java.util.List<PropertyPath> propertiesToDelete) throws ServiceException
folderId - The ID of the folder to update.propertiesToSet - Set of properties to add/modify.propertiesToDelete - Set of properties to delete.ServiceException - the service exceptionpublic FolderId updateFolder(FolderChange folderChange) throws ServiceException
folderChange - the folder changeServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> updateFolder(java.util.List<FolderChange> folderChanges) throws ServiceException
folderChanges - the folder changesServiceException - the service exceptionpublic FolderId createManagedFolder(java.lang.String folderName) throws ServiceException
folderName - The name of the folder to create.ServiceException - the service exceptionpublic FolderId createManagedFolder(java.lang.String folderName, Mailbox mailbox) throws ServiceException
folderName - The name of the folder to create.mailbox - the mailboxServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> createManagedFolder(java.util.List<java.lang.String> folderNames) throws ServiceException
folderNames - The names of the folders to create.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> createManagedFolder(java.util.List<java.lang.String> folderNames, Mailbox mailbox) throws ServiceException
folderNames - The names of the folders to create.mailbox - the mailboxServiceException - the service exceptionpublic FolderId createFolder(java.lang.String folderName, StandardFolder standardFolder) throws ServiceException
folderName - The name of the folder to create.standardFolder - The ID of the folder in which to place the newly created folder.ServiceException - the service exceptionpublic FolderId createFolder(Folder folder, StandardFolder standardFolder) throws ServiceException
folder - The folder to create.standardFolder - The ID of the folder in which to place the newly created folder.ServiceException - the service exceptionpublic FolderId createFolder(java.lang.String folderName, FolderId parentFolderId) throws ServiceException
folderName - The name of the folder to create.parentFolderId - The ID of the folder in which to place the newly created folder.ServiceException - the service exceptionpublic FolderId createFolder(Folder folder, FolderId parentFolderId) throws ServiceException
folder - The folder to create.parentFolderId - The ID of the folder in which to place the newly created folder.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> createFolder(java.util.List<Folder> folders, StandardFolder standardFolder) throws ServiceException
folders - The folders to create.standardFolder - The ID of the folder in which to place the newly created folders.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> createFolder(java.util.List<Folder> folders, FolderId parentFolderId) throws ServiceException
folders - The folders to create.parentFolderId - The ID of the folder in which to place the newly created folders.ServiceException - the service exceptionpublic FolderId copyFolder(FolderId folderId, StandardFolder standardFolder) throws ServiceException
folderId - The ID of the folder to copy.standardFolder - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic FolderId copyFolder(FolderId folderId, FolderId targetFolderId) throws ServiceException
folderId - The ID of the folder to copy.targetFolderId - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> copyFolder(java.util.List<FolderId> folders, StandardFolder standardFolder) throws ServiceException
folders - The IDs of the folders to copy.standardFolder - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> copyFolder(java.util.List<FolderId> folders, FolderId targetFolderId) throws ServiceException
folders - The IDs of the folders to copy.targetFolderId - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic FolderId moveFolder(FolderId folderId, StandardFolder standardFolder) throws ServiceException
folderId - The ID of the folder to move.standardFolder - The ID of the folder to move the items to.ServiceException - the service exceptionpublic FolderId moveFolder(FolderId folderId, FolderId targetFolderId) throws ServiceException
folderId - The ID of the folder to move.targetFolderId - The ID of the folder to move the items to.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> moveFolder(java.util.List<FolderId> folders, StandardFolder standardFolder) throws ServiceException
folders - The IDs of the folders to move.standardFolder - The ID of the folder to move the items to.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> moveFolder(java.util.List<FolderId> folders, FolderId targetFolderId) throws ServiceException
folders - The IDs of the folders to move.targetFolderId - The ID of the folder to move the items to.ServiceException - the service exceptionpublic Response deleteFolder(FolderId folderId) throws ServiceException
folderId - The ID of the folder to delete.ServiceException - the service exceptionpublic Response deleteFolder(FolderId folderId, DeleteType deleteType) throws ServiceException
folderId - The ID of the folder to delete.deleteType - The deletion mode.ServiceException - the service exceptionpublic java.util.List<Response> deleteFolder(java.util.List<FolderId> folders) throws ServiceException
folders - The IDs of the folders to delete.ServiceException - the service exceptionpublic java.util.List<Response> deleteFolder(java.util.List<FolderId> folders, DeleteType deleteType) throws ServiceException
folders - The IDs of the folders to delete.deleteType - The deletion mode.ServiceException - the service exceptionpublic Response deleteItem(ItemId itemId) throws ServiceException
itemId - The ID of the item to delete.ServiceException - the service exceptionpublic Response deleteItem(ItemId itemId, DeleteType deleteType) throws ServiceException
itemId - The ID of the item to delete.deleteType - The deletion mode.ServiceException - the service exceptionpublic Response deleteItem(ItemId itemId, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
itemId - The ID of the item to delete.sendMeetingInvitations - Indicates whether cancellation messages should be sent.ServiceException - the service exceptionpublic Response deleteItem(ItemId itemId, DeleteType deleteType, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
itemId - The ID of the item to delete.deleteType - The deletion mode.sendMeetingInvitations - Indicates whether cancellation messages should be sent.ServiceException - the service exceptionpublic Response deleteItem(ItemId itemId, AffectedTaskOccurrences affectedTaskOccurrences) throws ServiceException
itemId - The ID of the item to delete.affectedTaskOccurrences - Indicates which instance of a recurring task should be deleted.ServiceException - the service exceptionpublic Response deleteItem(ItemId itemId, DeleteType deleteType, AffectedTaskOccurrences affectedTaskOccurrences) throws ServiceException
itemId - The ID of the item to delete.deleteType - The deletion mode.affectedTaskOccurrences - Indicates which instance of a recurring task should be deleted.ServiceException - the service exceptionpublic Response deleteItem(ItemId itemId, DeleteType deleteType, SendMeetingInvitations sendMeetingInvitations, AffectedTaskOccurrences affectedTaskOccurrences) throws ServiceException
itemId - The ID of the item to delete.deleteType - The deletion mode.sendMeetingInvitations - Indicates whether cancellation messages should be sent.affectedTaskOccurrences - Indicates which instance of a recurring task should be deleted.ServiceException - the service exceptionpublic java.util.List<Response> deleteItem(java.util.List<ItemId> items) throws ServiceException
items - The IDs of the items to delete.ServiceException - the service exceptionpublic java.util.List<Response> deleteItem(java.util.List<ItemId> items, DeleteType deleteType) throws ServiceException
items - The IDs of the items to delete.deleteType - The deletion mode.ServiceException - the service exceptionpublic java.util.List<Response> deleteItem(java.util.List<ItemId> items, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
items - The IDs of the items to delete.sendMeetingInvitations - Indicates whether cancellation messages should be sent.ServiceException - the service exceptionpublic java.util.List<Response> deleteItem(java.util.List<ItemId> items, DeleteType deleteType, SendMeetingInvitations sendMeetingInvitations) throws ServiceException
items - The IDs of the items to delete.deleteType - The deletion mode.sendMeetingInvitations - Indicates whether cancellation messages should be sent.ServiceException - the service exceptionpublic java.util.List<Response> deleteItem(java.util.List<ItemId> items, AffectedTaskOccurrences affectedTaskOccurrences) throws ServiceException
items - the itemsaffectedTaskOccurrences - Indicates which instance of a recurring task should be deleted.ServiceException - the service exceptionpublic java.util.List<Response> deleteItem(java.util.List<ItemId> items, DeleteType deleteType, AffectedTaskOccurrences affectedTaskOccurrences) throws ServiceException
items - The IDs of the items to delete.deleteType - The deletion mode.affectedTaskOccurrences - Indicates which instance of a recurring task should be deleted.ServiceException - the service exceptionpublic java.util.List<Response> deleteItem(java.util.List<ItemId> items, DeleteType deleteType, SendMeetingInvitations sendMeetingInvitations, AffectedTaskOccurrences affectedTaskOccurrences) throws ServiceException
items - The IDs of the items to delete.deleteType - The deletion mode.sendMeetingInvitations - Indicates whether cancellation messages should be sent.affectedTaskOccurrences - Indicates which instance of a recurring task should be deleted.ServiceException - the service exceptionpublic ItemInfoResponse archiveItem(ItemId itemId, StandardFolder standardFolder) throws ServiceException
itemId - the item idstandardFolder - the standard folderServiceException - the service exceptionpublic ItemInfoResponse archiveItem(ItemId itemId, FolderId targetFolderId) throws ServiceException
itemId - the item idtargetFolderId - the target folder idServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> archiveItem(java.util.List<ItemId> items, StandardFolder standardFolder) throws ServiceException
items - the itemsstandardFolder - the standard folderServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> archiveItem(java.util.List<ItemId> items, FolderId targetFolderId) throws ServiceException
items - the itemstargetFolderId - the target folder idServiceException - the service exceptionpublic ItemInfoResponse moveItem(ItemId itemId, StandardFolder standardFolder) throws ServiceException
itemId - The ID of the item to move.standardFolder - The ID of the folder to move the items to.ServiceException - the service exceptionpublic ItemInfoResponse moveItem(ItemId itemId, FolderId targetFolderId) throws ServiceException
itemId - The ID of the item to move.targetFolderId - The ID of the folder to move the items to.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> moveItem(java.util.List<ItemId> items, StandardFolder standardFolder) throws ServiceException
items - The IDs of the items to move.standardFolder - The ID of the folder to move the items to.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> moveItem(java.util.List<ItemId> items, FolderId targetFolderId) throws ServiceException
items - The IDs of the items to move.targetFolderId - The ID of the folder to move the items to.ServiceException - the service exceptionpublic ItemInfoResponse copyItem(ItemId itemId, StandardFolder standardFolder) throws ServiceException
itemId - The ID of the item to copy.standardFolder - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic ItemInfoResponse copyItem(ItemId itemId, FolderId targetFolderId) throws ServiceException
itemId - The ID of the item to copy.targetFolderId - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> copyItem(java.util.List<ItemId> items, StandardFolder standardFolder) throws ServiceException
items - The IDs of the items to copy.standardFolder - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> copyItem(java.util.List<ItemId> items, FolderId targetFolderId) throws ServiceException
items - The IDs of the items to copy.targetFolderId - The ID of the folder to copy the items to.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, ConflictResolution conflictResolution) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.conflictResolution - The conflict resolution mode.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, MessageDisposition messageDisposition) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.messageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, SendMeetingOption sendMeetingOption) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.messageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, ConflictResolution conflictResolution, MessageDisposition messageDisposition) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.conflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.conflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, ConflictResolution conflictResolution, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.conflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, Property propertyToSet, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToSet - The properties to add or update.conflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deleteServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, ConflictResolution conflictResolution) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deleteconflictResolution - The conflict resolution mode.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, MessageDisposition messageDisposition) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deletemessageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, SendMeetingOption sendMeetingOption) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deletesendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deletemessageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deletesendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, ConflictResolution conflictResolution, MessageDisposition messageDisposition) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deleteconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deleteconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, ConflictResolution conflictResolution, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deleteconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, PropertyPath propertyToDelete, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertyToDelete - the property to deleteconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, ConflictResolution conflictResolution) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setconflictResolution - The conflict resolution mode.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, MessageDisposition messageDisposition) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setmessageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, SendMeetingOption sendMeetingOption) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setsendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setmessageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setsendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, ConflictResolution conflictResolution, MessageDisposition messageDisposition) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, ConflictResolution conflictResolution, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemId itemId, java.util.List<Property> propertiesToSet, java.util.List<PropertyPath> propertiesToDelete, java.util.List<Property> propertiesToAppend, ConflictResolution conflictResolution, MessageDisposition messageDisposition, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemId - The ID of the item to update.propertiesToSet - the properties to setpropertiesToDelete - the properties to deletepropertiesToAppend - the properties to appendconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange) throws ServiceException
itemChange - the item changeServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, ConflictResolution conflictResolution) throws ServiceException
itemChange - the item changeconflictResolution - The conflict resolution mode.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, MessageDisposition messageDisposition) throws ServiceException
itemChange - the item changemessageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, SendMeetingOption sendMeetingOption) throws ServiceException
itemChange - the item changesendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemChange - the item changemessageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemChange - the item changesendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, ConflictResolution conflictResolution, MessageDisposition messageDisposition) throws ServiceException
itemChange - the item changeconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption) throws ServiceException
itemChange - the item changeconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, ConflictResolution conflictResolution, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemChange - the item changeconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemChange - the item changeconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic ItemId updateItem(ItemChange itemChange, ConflictResolution conflictResolution, MessageDisposition messageDisposition, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemChange - the item changeconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges) throws ServiceException
itemChanges - the item changesServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, ConflictResolution conflictResolution) throws ServiceException
itemChanges - the item changesconflictResolution - The conflict resolution mode.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, MessageDisposition messageDisposition) throws ServiceException
itemChanges - the item changesmessageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, SendMeetingOption sendMeetingOption) throws ServiceException
itemChanges - the item changessendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemChanges - the item changesmessageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemChanges - the item changessendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, ConflictResolution conflictResolution, MessageDisposition messageDisposition) throws ServiceException
itemChanges - the item changesconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption) throws ServiceException
itemChanges - the item changesconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, ConflictResolution conflictResolution, MessageDisposition messageDisposition, FolderId sentItemsFolderId) throws ServiceException
itemChanges - the item changesconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, ConflictResolution conflictResolution, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemChanges - the item changesconflictResolution - The conflict resolution mode.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItem(java.util.List<ItemChange> itemChanges, ConflictResolution conflictResolution, MessageDisposition messageDisposition, SendMeetingOption sendMeetingOption, FolderId sentItemsFolderId) throws ServiceException
itemChanges - the item changesconflictResolution - The conflict resolution mode.messageDisposition - Indicates the disposition mode for Message objects.sendMeetingOption - Indicates whether and how invitations and/or cancellations should be sent for appointments.sentItemsFolderId - The folder in which to save sent messages, meeting invitations, or cancellations.ServiceException - the service exceptionpublic AttachmentId createAttachment(Attachment attachment, java.lang.String itemId) throws ServiceException
attachment - The attachment to create.itemId - The parent item to attach attachment to.ServiceException - the service exceptionpublic AttachmentId createAttachment(Attachment attachment, ItemId itemId) throws ServiceException
attachment - The attachment to create.itemId - The parent item to attach attachment to.ServiceException - the service exceptionpublic java.util.List<CreateAttachmentResponse> createAttachment(java.util.List<Attachment> attachments, java.lang.String itemId) throws ServiceException
attachments - The attachments to create.itemId - The parent item to attach attachments to.ServiceException - the service exceptionpublic java.util.List<CreateAttachmentResponse> createAttachment(java.util.List<Attachment> attachments, ItemId itemId) throws ServiceException
attachments - The attachments to create.itemId - The parent item to attach attachments to.ServiceException - the service exceptionpublic ItemId deleteAttachment(AttachmentInfo attachmentInfo) throws ServiceException
attachmentInfo - The ID of the attachment to delete.ServiceException - the service exceptionpublic ItemId deleteAttachment(java.lang.String attachmentId) throws ServiceException
attachmentId - The ID of the attachment to delete.ServiceException - the service exceptionpublic ItemId deleteAttachment(java.util.List<java.lang.String> attachmentIds) throws ServiceException
attachmentIds - The IDs of the attachments to delete.ServiceException - the service exceptionpublic Attachment getAttachment(AttachmentInfo attachmentInfo) throws ServiceException
attachmentInfo - The ID of attachment to return.ServiceException - the service exceptionpublic Attachment getAttachment(AttachmentInfo attachmentInfo, AttachmentShape attachmentShape) throws ServiceException
attachmentInfo - The ID of attachment to return.attachmentShape - Specify which attachment information should be returned.ServiceException - the service exceptionpublic Attachment getAttachment(java.lang.String attachmentId) throws ServiceException
attachmentId - The ID of attachment to return.ServiceException - the service exceptionpublic Attachment getAttachment(java.lang.String attachmentId, AttachmentShape attachmentShape) throws ServiceException
attachmentId - The ID of attachment to return.attachmentShape - Specify which attachment information should be returned.ServiceException - the service exceptionpublic java.util.List<Attachment> getAttachments(java.util.List<java.lang.String> attachmentIds) throws ServiceException
attachmentIds - The IDs of attachments to return.ServiceException - the service exceptionpublic java.util.List<Attachment> getAttachments(java.util.List<java.lang.String> attachmentIds, AttachmentShape attachmentShape) throws ServiceException
attachmentIds - The IDs of attachments to return.attachmentShape - Specify which attachment information should be returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, PageView view) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PageView view) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, PageView view, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, Restriction restriction) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, PageView view) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, Restriction restriction, PageView view) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, PageView view, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape, Restriction restriction) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape, PageView view) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape, Restriction restriction, PageView view) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape, PageView view, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(StandardFolder standardFolder, FolderShape folderShape, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
standardFolder - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, PageView view) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PageView view) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, Restriction restriction) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, PageView view) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, Restriction restriction, PageView view) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape, Restriction restriction) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape, PageView view) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape, Restriction restriction, PageView view) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindFolderResponse findFolder(FolderId parentFolderId, FolderShape folderShape, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolderId - The ID of the folder in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, PageView view) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PageView view) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.propertyPaths - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, Restriction restriction) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, PageView view) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, Restriction restriction, PageView view) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape, Restriction restriction) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape, PageView view) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape, Restriction restriction, PageView view) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape, Restriction restriction, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindFolderResponse> findFolder(java.util.List<FolderId> parentFolders, FolderShape folderShape, Restriction restriction, PageView view, FolderQueryTraversal traversal) throws ServiceException
parentFolders - The IDs of the folders in which to search for folders.folderShape - The list of folder's properties to return.restriction - Identifies a set of parameters that define a filter on the folders that are returned in the result set.view - The view that controls the number of folders that are returned.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, IGroupBy groupBy) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, IGroupBy groupBy) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, IGroupBy groupBy, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, IGroupBy groupBy) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, IGroupBy groupBy) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, IGroupBy groupBy, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(StandardFolder standardFolder, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
standardFolder - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, IGroupBy groupBy) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, IGroupBy groupBy) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, IGroupBy groupBy, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, IGroupBy groupBy) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, IGroupBy groupBy) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, IGroupBy groupBy, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic FindItemResponse findItem(FolderId parentFolderId, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolderId - The identifier of the folder in which to search for items.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, java.util.List<PropertyPath> propertyPaths, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.propertyPaths - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders) throws ServiceException
parentFolders - Identifies which folders are searched.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, IGroupBy groupBy) throws ServiceException
parentFolders - Identifies which folders are searched.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, View view) throws ServiceException
parentFolders - Identifies which folders are searched.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, IGroupBy groupBy) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, View view) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, IGroupBy groupBy, View view) throws ServiceException
parentFolders - Identifies which folders are searched.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, IGroupBy groupBy) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, IGroupBy groupBy, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, PropertyOrder propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.ServiceException - the service exceptionpublic java.util.List<FindItemResponse> findItem(java.util.List<FolderId> parentFolders, ItemShape itemShape, Restriction restriction, IGroupBy groupBy, java.util.List<PropertyOrder> propertyOrder, View view, ItemQueryTraversal traversal, QueryString queryString) throws ServiceException
parentFolders - Identifies which folders are searched.itemShape - The list of item's properties to return.restriction - Identifies a set of parameters that define a filter on the items that are returned in the result set.groupBy - Specifies how items are grouped in the result set.propertyOrder - Identifies how the items are ordered in the results set.view - The view settings that control the number of items that are returned in the results.traversal - Identifies how the search is performed in the folders.queryString - The query string.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> createFolderPath(java.util.List<Folder> folders, StandardFolder standardFolder) throws ServiceException
folders - the foldersstandardFolder - the standard folderServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> createFolderPath(java.util.List<Folder> folders, FolderId parentFolderId) throws ServiceException
folders - the foldersparentFolderId - the parent folder idServiceException - the service exceptionpublic Persona getPersona(ItemId personaId) throws ServiceException
personaId - the persona idServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
standardFolder - the standard foldershape - the shapepropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
standardFolder - the standard foldershape - the shapepropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, IndexedPageView view) throws ServiceException
standardFolder - the standard foldershape - the shapeview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, IndexedPageView view, java.lang.String query) throws ServiceException
standardFolder - the standard foldershape - the shapeview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard foldershape - the shapepropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder, java.lang.String query) throws ServiceException
standardFolder - the standard foldershape - the shapepropertyOrder - the property orderquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, java.lang.String query) throws ServiceException
standardFolder - the standard folderquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, IndexedPageView view) throws ServiceException
standardFolder - the standard folderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, IndexedPageView view, java.lang.String query) throws ServiceException
standardFolder - the standard folderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard folderpropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
standardFolder - the standard folderpropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
standardFolder - the standard folderpropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, Restriction restriction) throws ServiceException
standardFolder - the standard folderrestriction - the restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, Restriction restriction, Restriction aggregationRestriction) throws ServiceException
standardFolder - the standard folderrestriction - the restrictionaggregationRestriction - the aggregation restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard folderrestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
standardFolder - the standard folderrestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
standardFolder - the standard folderrestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape) throws ServiceException
standardFolder - the standard foldershape - the shapeServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, Restriction restriction) throws ServiceException
standardFolder - the standard foldershape - the shaperestriction - the restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction) throws ServiceException
standardFolder - the standard foldershape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard foldershape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
standardFolder - the standard foldershape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(StandardFolder standardFolder, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
standardFolder - the standard foldershape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
parentFolderId - the parent folder idshape - the shapepropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idshape - the shapepropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, IndexedPageView view) throws ServiceException
parentFolderId - the parent folder idshape - the shapeview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, IndexedPageView view, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idshape - the shapeview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idshape - the shapepropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, java.util.List<PropertyOrder> propertyOrder, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idshape - the shapepropertyOrder - the property orderquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, IndexedPageView view) throws ServiceException
parentFolderId - the parent folder idview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, IndexedPageView view, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idpropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
parentFolderId - the parent folder idpropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idpropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, Restriction restriction) throws ServiceException
parentFolderId - the parent folder idrestriction - the restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, Restriction restriction, Restriction aggregationRestriction) throws ServiceException
parentFolderId - the parent folder idrestriction - the restrictionaggregationRestriction - the aggregation restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idrestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
parentFolderId - the parent folder idrestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idrestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId) throws ServiceException
parentFolderId - the parent folder idServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape) throws ServiceException
parentFolderId - the parent folder idshape - the shapeServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, Restriction restriction) throws ServiceException
parentFolderId - the parent folder idshape - the shaperestriction - the restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction) throws ServiceException
parentFolderId - the parent folder idshape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idshape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view) throws ServiceException
parentFolderId - the parent folder idshape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewServiceException - the service exceptionpublic FindPeopleResponse findPeople(FolderId parentFolderId, PersonaShape shape, Restriction restriction, Restriction aggregationRestriction, java.util.List<PropertyOrder> propertyOrder, IndexedPageView view, java.lang.String query) throws ServiceException
parentFolderId - the parent folder idshape - the shaperestriction - the restrictionaggregationRestriction - the aggregation restrictionpropertyOrder - the property orderview - the viewquery - the queryServiceException - the service exceptionpublic DelegateUserResponse addDelegate(Mailbox mailbox, DelegateUser delegateUser) throws ServiceException
mailbox - The mailbox to add delegates to.delegateUser - The delegate user to add.ServiceException - the service exceptionpublic DelegateUserResponse addDelegate(Mailbox mailbox, DelegateUser delegateUser, DeliverMeetingRequests deliverMeetingRequests) throws ServiceException
mailbox - The mailbox to add delegates to.delegateUser - The delegate user to add.deliverMeetingRequests - Indicates how meeting requests should be sent to delegates.ServiceException - the service exceptionpublic DelegateResponse addDelegate(Mailbox mailbox, java.util.List<DelegateUser> delegateUsers) throws ServiceException
mailbox - The mailbox to add delegates to.delegateUsers - The delegate users to add.ServiceException - the service exceptionpublic DelegateResponse addDelegate(Mailbox mailbox, java.util.List<DelegateUser> delegateUsers, DeliverMeetingRequests deliverMeetingRequests) throws ServiceException
mailbox - The mailbox to add delegates to.delegateUsers - The delegate users to add.deliverMeetingRequests - Indicates how meeting requests should be sent to delegates.ServiceException - the service exceptionpublic DelegateUserResponse updateDelegate(Mailbox mailbox, DelegateUser delegateUser) throws ServiceException
mailbox - The mailbox to update delegates on.delegateUser - The delegate user to update.ServiceException - the service exceptionpublic DelegateUserResponse updateDelegate(Mailbox mailbox, DelegateUser delegateUser, DeliverMeetingRequests deliverMeetingRequests) throws ServiceException
mailbox - The mailbox to update delegates on.delegateUser - The delegate user to update.deliverMeetingRequests - Indicates how meeting requests should be sent to delegates.ServiceException - the service exceptionpublic DelegateResponse updateDelegate(Mailbox mailbox, java.util.List<DelegateUser> delegateUsers) throws ServiceException
mailbox - The mailbox to update delegates on.delegateUsers - The delegate users to update.ServiceException - the service exceptionpublic DelegateResponse updateDelegate(Mailbox mailbox, java.util.List<DelegateUser> delegateUsers, DeliverMeetingRequests deliverMeetingRequests) throws ServiceException
mailbox - The mailbox to update delegates on.delegateUsers - The delegate users to update.deliverMeetingRequests - Indicates how meeting requests should be sent to delegates.ServiceException - the service exceptionpublic DelegateUserResponse removeDelegate(Mailbox mailbox, UserId userId) throws ServiceException
mailbox - The mailbox to remove delegates from.userId - The ID of the delegate users to remove.ServiceException - the service exceptionpublic DelegateResponse removeDelegate(Mailbox mailbox, java.util.List<UserId> users) throws ServiceException
mailbox - The mailbox to remove delegates from.users - The IDs of the delegate users to remove.ServiceException - the service exceptionpublic DelegateUserResponse getDelegate(Mailbox mailbox, UserId userId) throws ServiceException
mailbox - The mailbox to retrieve the delegates of.userId - The ID of the delegate user to retrieve.ServiceException - the service exceptionpublic DelegateUserResponse getDelegate(Mailbox mailbox, boolean includePermissions, UserId userId) throws ServiceException
mailbox - The mailbox to retrieve the delegates of.includePermissions - Indicates whether detailed permissions should be returned for each delegate.userId - The ID of the delegate user to retrieve.ServiceException - the service exceptionpublic DelegateResponse getDelegate(Mailbox mailbox) throws ServiceException
mailbox - The mailbox to retrieve the delegates of.ServiceException - the service exceptionpublic DelegateResponse getDelegate(Mailbox mailbox, boolean includePermissions) throws ServiceException
mailbox - The mailbox to retrieve the delegates of.includePermissions - Indicates whether detailed permissions should be returned for each delegate.ServiceException - the service exceptionpublic DelegateResponse getDelegate(Mailbox mailbox, java.util.List<UserId> users) throws ServiceException
mailbox - The mailbox to retrieve the delegates of.users - The IDs of the delegate users to retrieve.ServiceException - the service exceptionpublic DelegateResponse getDelegate(Mailbox mailbox, boolean includePermissions, java.util.List<UserId> users) throws ServiceException
mailbox - The mailbox to retrieve the delegates of.includePermissions - Indicates whether detailed permissions should be returned for each delegate.users - The IDs of the delegate users to retrieve.ServiceException - the service exceptionpublic SendNotificationResponse parseSendNotificationResponse(byte[] buffer) throws javax.xml.stream.XMLStreamException, java.text.ParseException
buffer - the bufferjavax.xml.stream.XMLStreamException - the xML stream exceptionjava.text.ParseException - the parse exceptionpublic GetEventsResponse getEvents(SubscribeResponse subscribeResponse) throws ServiceException
subscribeResponse - the subscribe responseServiceException - the service exceptionpublic GetEventsResponse getEvents(java.lang.String subscriptionId, java.lang.String watermark) throws ServiceException
subscriptionId - the subscription idwatermark - the watermarkServiceException - the service exceptionpublic java.io.InputStream getStreamingEvents(java.lang.String subscriptionIds)
throws ServiceException
subscriptionIds - the subscription idsServiceException - the service exceptionpublic java.io.InputStream getStreamingEvents(java.lang.String subscriptionIds,
int connectionTimeout)
throws ServiceException
subscriptionIds - the subscription idsconnectionTimeout - the connection timeoutServiceException - the service exceptionpublic java.io.InputStream getStreamingEvents(java.util.List<java.lang.String> subscriptionIds)
throws ServiceException
subscriptionIds - the subscription idsServiceException - the service exceptionpublic java.io.InputStream getStreamingEvents(java.util.List<java.lang.String> subscriptionIds,
int connectionTimeout)
throws ServiceException
subscriptionIds - the subscription idsconnectionTimeout - the connection timeoutServiceException - the service exceptionpublic Response unsubscribe(java.lang.String subscriptionId) throws ServiceException
subscriptionId - the subscription idServiceException - the service exceptionpublic SubscribeResponse subscribe(Subscription subscription) throws ServiceException
subscription - the subscriptionServiceException - the service exceptionpublic java.lang.String sendNotificationResult(SubscriptionStatus status)
status - the statuspublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, java.lang.String state) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, java.lang.String state, java.util.List<ItemId> ignoreItems) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, java.lang.String state, int maxChangesReturned) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, java.lang.String state, java.util.List<ItemId> ignoreItems, int maxChangesReturned) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.util.List<PropertyPath> propertyPaths, java.lang.String state) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.util.List<PropertyPath> propertyPaths, java.lang.String state, java.util.List<ItemId> ignoreItems) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.util.List<PropertyPath> propertyPaths, java.lang.String state, int maxChangesReturned) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.util.List<PropertyPath> propertyPaths, java.lang.String state, java.util.List<ItemId> ignoreItems, int maxChangesReturned) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.lang.String state) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.lang.String state, java.util.List<ItemId> ignoreItems) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.lang.String state, int maxChangesReturned) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, java.lang.String state, java.util.List<ItemId> ignoreItems, int maxChangesReturned) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, ItemShape itemShape) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, ItemShape itemShape, java.lang.String state) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, ItemShape itemShape, java.lang.String state, java.util.List<ItemId> ignoreItems) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, ItemShape itemShape, java.lang.String state, int maxChangesReturned) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(StandardFolder standardFolder, ItemShape itemShape, java.lang.String state, java.util.List<ItemId> ignoreItems, int maxChangesReturned) throws ServiceException
standardFolder - The StandardFolder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.lang.String state) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.lang.String state, java.util.List<ItemId> ignoreItems) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.lang.String state, int maxChangesReturned) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, java.lang.String state, java.util.List<ItemId> ignoreItems, int maxChangesReturned) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, ItemShape itemShape) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, ItemShape itemShape, java.lang.String state) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, ItemShape itemShape, java.lang.String state, java.util.List<ItemId> ignoreItems) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, ItemShape itemShape, java.lang.String state, int maxChangesReturned) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, ItemShape itemShape, java.lang.String state, java.util.List<ItemId> ignoreItems, int maxChangesReturned) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.maxChangesReturned - The maximum number of changes that should be returned.ServiceException - the service exceptionpublic SyncItemsResponse syncItems(FolderId folderId, ItemShape itemShape, java.lang.String state, java.util.List<ItemId> ignoreItems, int maxChangesReturned, SyncItemsScope scope) throws ServiceException
folderId - The ID of the folder that contains the items to synchronize with.itemShape - The collection of properties to retrieve for synchronized items.state - The optional sync state that represents the point in time to start the synchronization.ignoreItems - The optional list of item IDs that should be ignored.maxChangesReturned - The maximum number of changes that should be returned.scope - the scopeServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths) throws ServiceException
standardFolder - The StandardFolder that contains the folders to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized folders.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(StandardFolder standardFolder, java.util.List<PropertyPath> propertyPaths, java.lang.String state) throws ServiceException
standardFolder - The StandardFolder that contains the folders to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized folders.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(java.util.List<PropertyPath> propertyPaths) throws ServiceException
propertyPaths - The collection of properties to retrieve for synchronized folders.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(java.util.List<PropertyPath> propertyPaths, java.lang.String state) throws ServiceException
propertyPaths - The collection of properties to retrieve for synchronized folders.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderId folderId, java.util.List<PropertyPath> propertyPaths) throws ServiceException
folderId - The ID of the folder that contains the folders to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized folders.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderId folderId, java.util.List<PropertyPath> propertyPaths, java.lang.String state) throws ServiceException
folderId - The ID of the folder that contains the folders to synchronize with.propertyPaths - The collection of properties to retrieve for synchronized folders.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(StandardFolder standardFolder) throws ServiceException
standardFolder - The StandardFolder that contains the folders to synchronize with.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(StandardFolder standardFolder, java.lang.String state) throws ServiceException
standardFolder - The StandardFolder that contains the folders to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(StandardFolder standardFolder, FolderShape folderShape) throws ServiceException
standardFolder - The StandardFolder that contains the folders to synchronize with.folderShape - The collection of properties to retrieve for synchronized folders.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(StandardFolder standardFolder, FolderShape folderShape, java.lang.String state) throws ServiceException
standardFolder - The StandardFolder that contains the folders to synchronize with.folderShape - The collection of properties to retrieve for synchronized folders.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders() throws ServiceException
ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(java.lang.String state) throws ServiceException
state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderId folderId) throws ServiceException
folderId - The ID of the folder that contains the folders to synchronize with.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderId folderId, java.lang.String state) throws ServiceException
folderId - The ID of the folder that contains the folders to synchronize with.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderShape folderShape) throws ServiceException
folderShape - The collection of properties to retrieve for synchronized folders.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderShape folderShape, java.lang.String state) throws ServiceException
folderShape - The collection of properties to retrieve for synchronized folders.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderId folderId, FolderShape folderShape) throws ServiceException
folderId - The ID of the folder that contains the folders to synchronize with.folderShape - The collection of properties to retrieve for synchronized folders.ServiceException - the service exceptionpublic SyncFoldersResponse syncFolders(FolderId folderId, FolderShape folderShape, java.lang.String state) throws ServiceException
folderId - The ID of the folder that contains the folders to synchronize with.folderShape - The collection of properties to retrieve for synchronized folders.state - The optional sync state that represents the point in time to start the synchronization.ServiceException - the service exceptionpublic ExpandDistributionListResponse expandDistributionList(ItemId itemId) throws ServiceException
itemId - The ItemId of the distribution list to expand.ServiceException - the service exceptionpublic ExpandDistributionListResponse expandDistributionList(java.lang.String emailAddress) throws ServiceException
emailAddress - The SMTP address of the distribution list to expand.ServiceException - the service exceptionpublic ExpandDistributionListResponse expandDistributionList(Mailbox mailbox) throws ServiceException
mailbox - The mailbox of the distribution list to expand.ServiceException - the service exceptionpublic AvailabilityResponse getAvailability(MailboxData mailbox, SerializableTimeZone timeZone, SuggestionsViewOptions suggestionsViewOptions) throws ServiceException
mailbox - The attendees for which to retrieve availability information.timeZone - The time zone in which to retrieve user availability information.suggestionsViewOptions - the suggestions view optionsServiceException - the service exceptionpublic AvailabilityResponse getAvailability(MailboxData mailbox, SerializableTimeZone timeZone, FreeBusyViewOptions freeBusyViewOptions) throws ServiceException
mailbox - The attendee for which to retrieve availability information.timeZone - The time zone in which to retrieve user availability information.freeBusyViewOptions - the free busy view optionsServiceException - the service exceptionpublic AvailabilityResponse getAvailability(MailboxData mailbox, SerializableTimeZone timeZone, FreeBusyViewOptions freeBusyViewOptions, SuggestionsViewOptions suggestionsViewOptions) throws ServiceException
mailbox - The attendee for which to retrieve availability information.timeZone - The time zone in which to retrieve user availability information.freeBusyViewOptions - the free busy view optionssuggestionsViewOptions - the suggestions view optionsServiceException - the service exceptionpublic AvailabilityResponse getAvailability(java.util.List<MailboxData> mailboxes, SerializableTimeZone timeZone, SuggestionsViewOptions suggestionsViewOptions) throws ServiceException
mailboxes - The attendees for which to retrieve availability information.timeZone - The time zone in which to retrieve user availability information.suggestionsViewOptions - the suggestions view optionsServiceException - the service exceptionpublic AvailabilityResponse getAvailability(java.util.List<MailboxData> mailboxes, SerializableTimeZone timeZone, FreeBusyViewOptions freeBusyViewOptions) throws ServiceException
mailboxes - The attendees for which to retrieve availability information.timeZone - The time zone in which to retrieve user availability information.freeBusyViewOptions - the free busy view optionsServiceException - the service exceptionpublic AvailabilityResponse getAvailability(java.util.List<MailboxData> mailboxes, SerializableTimeZone timeZone, FreeBusyViewOptions freeBusyViewOptions, SuggestionsViewOptions suggestionsViewOptions) throws ServiceException
mailboxes - The attendees for which to retrieve availability information.timeZone - The time zone in which to retrieve user availability information.freeBusyViewOptions - the free busy view optionssuggestionsViewOptions - the suggestions view optionsServiceException - the service exceptionpublic OutOfOfficeResponse getOutOfOffice(java.lang.String emailAddress) throws ServiceException
emailAddress - The SMTP address of the user for which to retrieve OOF settings.ServiceException - the service exceptionpublic OutOfOfficeResponse getOutOfOffice(EmailAddress emailAddress) throws ServiceException
emailAddress - The SMTP address of the user for which to retrieve OOF settings.ServiceException - the service exceptionpublic Response setOutOfOffice(OutOfOffice outOfOffice, java.lang.String emailAddress) throws ServiceException
outOfOffice - The OOF settings.emailAddress - The SMTP address of the user for which to set OOF settings.ServiceException - the service exceptionpublic Response setOutOfOffice(OutOfOffice outOfOffice, EmailAddress emailAddress) throws ServiceException
outOfOffice - The OOF settings.emailAddress - The SMTP address of the user for which to set OOF settings.ServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain) throws ServiceException
scope - the scopedomain - the domainServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender) throws ServiceException
scope - the scopedomain - the domainsender - the senderServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender, Mailbox recipient) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderrecipient - the recipientServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender, Mailbox recipient, java.lang.String subject) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderrecipient - the recipientsubject - the subjectServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender, Mailbox recipient, java.lang.String subject, java.util.Date startTime) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderrecipient - the recipientsubject - the subjectstartTime - the start timeServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender, Mailbox recipient, java.lang.String subject, java.util.Date startTime, java.util.Date endTime) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderrecipient - the recipientsubject - the subjectstartTime - the start timeendTime - the end timeServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender, Mailbox recipient, java.lang.String subject, java.util.Date startTime, java.util.Date endTime, java.lang.String messageId) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderrecipient - the recipientsubject - the subjectstartTime - the start timeendTime - the end timemessageId - the message idServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender, Mailbox recipient, java.lang.String subject, java.util.Date startTime, java.util.Date endTime, java.lang.String messageId, Mailbox federatedDeliveryMailbox) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderrecipient - the recipientsubject - the subjectstartTime - the start timeendTime - the end timemessageId - the message idfederatedDeliveryMailbox - the federated delivery mailboxServiceException - the service exceptionpublic FindMessageTrackingReportResponse findMessageTrackingReport(MessageTrackingScope scope, java.lang.String domain, Mailbox sender, Mailbox purportedSender, Mailbox recipient, java.lang.String subject, java.util.Date startTime, java.util.Date endTime, java.lang.String messageId, Mailbox federatedDeliveryMailbox, java.lang.String diagnosticsLevel) throws ServiceException
scope - the scopedomain - the domainsender - the senderpurportedSender - the purported senderrecipient - the recipientsubject - the subjectstartTime - the start timeendTime - the end timemessageId - the message idfederatedDeliveryMailbox - the federated delivery mailboxdiagnosticsLevel - the diagnostics levelServiceException - the service exceptionpublic GetMessageTrackingReportResponse getMessageTrackingReport(MessageTrackingScope scope, MessageTrackingReportTemplate template, java.lang.String messageTrackingReportId) throws ServiceException
scope - the scopetemplate - the templatemessageTrackingReportId - the message tracking report idServiceException - the service exceptionpublic GetMessageTrackingReportResponse getMessageTrackingReport(MessageTrackingScope scope, MessageTrackingReportTemplate template, java.lang.String messageTrackingReportId, Mailbox recipientFilter) throws ServiceException
scope - the scopetemplate - the templatemessageTrackingReportId - the message tracking report idrecipientFilter - the recipient filterServiceException - the service exceptionpublic GetMessageTrackingReportResponse getMessageTrackingReport(MessageTrackingScope scope, MessageTrackingReportTemplate template, java.lang.String messageTrackingReportId, Mailbox recipientFilter, boolean returnQueueEvents) throws ServiceException
scope - the scopetemplate - the templatemessageTrackingReportId - the message tracking report idrecipientFilter - the recipient filterreturnQueueEvents - the return queue eventsServiceException - the service exceptionpublic GetMessageTrackingReportResponse getMessageTrackingReport(MessageTrackingScope scope, MessageTrackingReportTemplate template, java.lang.String messageTrackingReportId, Mailbox recipientFilter, boolean returnQueueEvents, java.lang.String diagnosticsLevel) throws ServiceException
scope - the scopetemplate - the templatemessageTrackingReportId - the message tracking report idrecipientFilter - the recipient filterreturnQueueEvents - the return queue eventsdiagnosticsLevel - the diagnostics levelServiceException - the service exceptionpublic GetRoomListsResponse getRoomLists() throws ServiceException
ServiceException - the service exceptionpublic GetRoomsResponse getRooms(Mailbox mailbox) throws ServiceException
mailbox - The mailbox of the room list.ServiceException - the service exceptionpublic GetRulesResponse getRules() throws ServiceException
ServiceException - the service exceptionpublic GetRulesResponse getRules(java.lang.String smtpEmailAddress) throws ServiceException
smtpEmailAddress - The SMTP address of the user whose Inbox rules are to be retrieved.ServiceException - the service exceptionpublic java.util.Date getPasswordExpirationDate(java.lang.String smtpEmailAddress)
throws ServiceException
smtpEmailAddress - The SMTP address of the user.ServiceException - the service exceptionpublic GetServerTimeZonesResponse getServerTimeZones() throws ServiceException
ServiceException - the service exceptionpublic GetServerTimeZonesResponse getServerTimeZones(boolean returnFullTimeZoneData) throws ServiceException
returnFullTimeZoneData - If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.ServiceException - the service exceptionpublic GetServerTimeZonesResponse getServerTimeZones(java.lang.String timeZoneId) throws ServiceException
timeZoneId - The time zone definition identifiers that specifies the requested time zone definitions.ServiceException - the service exceptionpublic GetServerTimeZonesResponse getServerTimeZones(java.lang.String timeZoneId, boolean returnFullTimeZoneData) throws ServiceException
timeZoneId - The time zone definition identifiers that specifies the requested time zone definitions.returnFullTimeZoneData - If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.ServiceException - the service exceptionpublic GetServerTimeZonesResponse getServerTimeZones(java.util.List<java.lang.String> timeZoneId) throws ServiceException
timeZoneId - A list of time zone definition identifiers that specifies the requested time zone definitions.ServiceException - the service exceptionpublic GetServerTimeZonesResponse getServerTimeZones(java.util.List<java.lang.String> timeZoneId, boolean returnFullTimeZoneData) throws ServiceException
timeZoneId - A list of time zone definition identifiers that specifies the requested time zone definitions.returnFullTimeZoneData - If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.ServiceException - the service exceptionpublic GetMailTipsResponse getMailTips(Mailbox sender, java.util.List<Mailbox> recipients) throws ServiceException
sender - the senderrecipients - the recipientsServiceException - the service exceptionpublic GetMailTipsResponse getMailTips(Mailbox sender, java.util.List<Mailbox> recipients, MailTipType type) throws ServiceException
sender - the senderrecipients - the recipientstype - the typeServiceException - the service exceptionpublic ServiceConfigurationResponse getServiceConfiguration(ServiceConfigurationType serviceConfigurationType) throws ServiceException
serviceConfigurationType - the service configuration typeServiceException - the service exceptionpublic ServiceConfigurationResponse getServiceConfiguration(Mailbox mailbox, ServiceConfigurationType serviceConfigurationType) throws ServiceException
mailbox - the mailboxserviceConfigurationType - the service configuration typeServiceException - the service exceptionpublic ServiceConfigurationResponse getServiceConfiguration(Mailbox mailbox, java.util.List<ServiceConfigurationType> serviceConfigurationTypes) throws ServiceException
mailbox - the mailboxserviceConfigurationTypes - the service configuration typesServiceException - the service exceptionpublic GetSharingFolderResponse getSharingFolder(java.lang.String smtpAddress, SharingDataType type) throws ServiceException
smtpAddress - the smtp addresstype - the typeServiceException - the service exceptionpublic GetSharingFolderResponse getSharingFolder(java.lang.String smtpAddress, java.lang.String sharedFolderId) throws ServiceException
smtpAddress - the smtp addresssharedFolderId - the shared folder idServiceException - the service exceptionpublic GetSharingFolderResponse getSharingFolder(java.lang.String smtpAddress, SharingDataType type, java.lang.String sharedFolderId) throws ServiceException
smtpAddress - the smtp addresstype - the typesharedFolderId - the shared folder idServiceException - the service exceptionpublic GetSharingMetadataResponse getSharingMetadata(FolderId folderId, java.lang.String senderSmtpAddress, java.util.List<java.lang.String> recipients) throws ServiceException
folderId - the folder idsenderSmtpAddress - the sender smtp addressrecipients - the recipientsServiceException - the service exceptionpublic Response refreshSharingFolder(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic GetUserConfigurationResponse getUserConfiguration(UserConfigurationName name) throws ServiceException
name - the nameServiceException - the service exceptionpublic GetUserConfigurationResponse getUserConfiguration(UserConfigurationName name, UserConfigurationProperty property) throws ServiceException
name - the nameproperty - the propertyServiceException - the service exceptionpublic Response createUserConfiguration(UserConfiguration userConfiguration) throws ServiceException
userConfiguration - the user configurationServiceException - the service exceptionpublic Response updateUserConfiguration(UserConfiguration userConfiguration) throws ServiceException
userConfiguration - the user configurationServiceException - the service exceptionpublic Response deleteUserConfiguration(UserConfigurationName name) throws ServiceException
name - the nameServiceException - the service exceptionpublic ConvertIdResponse convertId(SourceId sourceId, IdFormat destinationFormat) throws ServiceException
sourceId - The ID to convert.destinationFormat - The destination format.ServiceException - the service exceptionpublic java.util.List<ConvertIdResponse> convertId(java.util.List<SourceId> sourceIds, IdFormat destinationFormat) throws ServiceException
sourceIds - The IDs to convert.destinationFormat - The destination format.ServiceException - the service exceptionpublic java.util.List<ItemInfoResponse> updateItemInRecoverableItems(ItemChange itemChange) throws ServiceException
itemChange - the item changeServiceException - the service exceptionpublic RuleOperationResponse createRule(Rule rule) throws ServiceException
rule - The rule to be created.ServiceException - the service exceptionpublic RuleOperationResponse createRule(Rule rule, java.lang.String smtpEmailAddress) throws ServiceException
rule - The rule to be created.smtpEmailAddress - the smtp email addressServiceException - the service exceptionpublic RuleOperationResponse createRule(Rule rule, boolean removeOutlookRuleBlob) throws ServiceException
rule - The rule to be created.removeOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse createRule(Rule rule, java.lang.String smtpEmailAddress, boolean removeOutlookRuleBlob) throws ServiceException
rule - The rule to be created.smtpEmailAddress - the smtp email addressremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse createRule(java.util.List<Rule> rules) throws ServiceException
rules - The rules to be created.ServiceException - the service exceptionpublic RuleOperationResponse createRule(java.util.List<Rule> rules, java.lang.String smtpEmailAddress) throws ServiceException
rules - The rules to be created.smtpEmailAddress - the smtp email addressServiceException - the service exceptionpublic RuleOperationResponse createRule(java.util.List<Rule> rules, boolean removeOutlookRuleBlob) throws ServiceException
rules - The rules to be created.removeOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse createRule(java.util.List<Rule> rules, java.lang.String smtpEmailAddress, boolean removeOutlookRuleBlob) throws ServiceException
rules - The rules to be created.smtpEmailAddress - the smtp email addressremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse updateRule(Rule rule) throws ServiceException
rule - The rule to be updated.ServiceException - the service exceptionpublic RuleOperationResponse updateRule(Rule rule, java.lang.String smtpEmailAddress) throws ServiceException
rule - The rule to be updated.smtpEmailAddress - the smtp email addressServiceException - the service exceptionpublic RuleOperationResponse updateRule(Rule rule, boolean removeOutlookRuleBlob) throws ServiceException
rule - The rule to be updated.removeOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse updateRule(Rule rule, java.lang.String smtpEmailAddress, boolean removeOutlookRuleBlob) throws ServiceException
rule - The rule to be updated.smtpEmailAddress - the smtp email addressremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> rules) throws ServiceException
rules - The rules to be updated.ServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> rules, java.lang.String smtpEmailAddress) throws ServiceException
rules - The rules to be updated.smtpEmailAddress - the smtp email addressServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> rules, boolean removeOutlookRuleBlob) throws ServiceException
rules - The rules to be updated.removeOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> rules, java.lang.String smtpEmailAddress, boolean removeOutlookRuleBlob) throws ServiceException
rules - The rules to be updated.smtpEmailAddress - the smtp email addressremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.lang.String rule) throws ServiceException
rule - The rule to be deleted.ServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.lang.String ruleId, java.lang.String smtpEmailAddress) throws ServiceException
ruleId - The ID of the rule to delete.smtpEmailAddress - the smtp email addressServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.lang.String ruleId, boolean removeOutlookRuleBlob) throws ServiceException
ruleId - The ID of the rule to delete.removeOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.lang.String ruleId, java.lang.String smtpEmailAddress, boolean removeOutlookRuleBlob) throws ServiceException
ruleId - The ID of the rule to delete.smtpEmailAddress - the smtp email addressremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.util.List<java.lang.String> ruleIds) throws ServiceException
ruleIds - The IDs of the rules to delete.ServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.util.List<java.lang.String> ruleIds, java.lang.String smtpEmailAddress) throws ServiceException
ruleIds - The IDs of the rules to delete.smtpEmailAddress - the smtp email addressServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.util.List<java.lang.String> ruleIds, boolean removeOutlookRuleBlob) throws ServiceException
ruleIds - The IDs of the rules to delete.removeOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse deleteRule(java.util.List<java.lang.String> ruleIds, java.lang.String smtpEmailAddress, boolean removeOutlookRuleBlob) throws ServiceException
ruleIds - The IDs of the rules to delete.smtpEmailAddress - the smtp email addressremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> createRules, java.util.List<Rule> updateRules, java.util.List<java.lang.String> ruleIds) throws ServiceException
createRules - the create rulesupdateRules - the update rulesruleIds - the rule idsServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> createRules, java.util.List<Rule> updateRules, java.util.List<java.lang.String> ruleIds, boolean removeOutlookRuleBlob) throws ServiceException
createRules - the create rulesupdateRules - the update rulesruleIds - the rule idsremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> createRules, java.util.List<Rule> updateRules, java.util.List<java.lang.String> ruleIds, java.lang.String smtpEmailAddress) throws ServiceException
createRules - the create rulesupdateRules - the update rulesruleIds - the rule idssmtpEmailAddress - the smtp email addressServiceException - the service exceptionpublic RuleOperationResponse updateRule(java.util.List<Rule> createRules, java.util.List<Rule> updateRules, java.util.List<java.lang.String> ruleIds, java.lang.String smtpEmailAddress, boolean removeOutlookRuleBlob) throws ServiceException
createRules - the create rulesupdateRules - the update rulesruleIds - the rule idssmtpEmailAddress - the smtp email addressremoveOutlookRuleBlob - the remove outlook rule blobServiceException - the service exceptionpublic GetDiscoverySearchConfigurationResponse getDiscoverySearchConfiguration(java.lang.String searchFilter) throws ServiceException
searchFilter - the search filterServiceException - the service exceptionpublic GetDiscoverySearchConfigurationResponse getDiscoverySearchConfiguration(java.lang.String searchFilter, boolean expandGroupMembership) throws ServiceException
searchFilter - the search filterexpandGroupMembership - the expand group membershipServiceException - the service exceptionpublic GetDiscoverySearchConfigurationResponse getDiscoverySearchConfiguration(java.lang.String searchFilter, boolean expandGroupMembership, boolean inPlaceHoldConfigurationOnly) throws ServiceException
searchFilter - the search filterexpandGroupMembership - the expand group membershipinPlaceHoldConfigurationOnly - the in place hold configuration onlyServiceException - the service exceptionpublic GetSearchableMailboxesResponse getSearchableMailboxes(java.lang.String searchFilter) throws ServiceException
searchFilter - the search filterServiceException - the service exceptionpublic GetSearchableMailboxesResponse getSearchableMailboxes(java.lang.String searchFilter, boolean expandGroupMembership) throws ServiceException
searchFilter - the search filterexpandGroupMembership - the expand group membershipServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery) throws ServiceException
mailboxQuery - the mailbox queryServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery, SearchResultType resultType) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery, SearchResultType resultType, PreviewItemShape itemShape) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeitemShape - the item shapeServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeitemShape - the item shapepropertyOrder - the property orderServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, java.lang.String language) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languageServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, java.lang.String language, boolean deduplication) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, java.lang.String language, boolean deduplication, int pageSize) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationpageSize - the page sizeServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(MailboxQuery mailboxQuery, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, java.lang.String language, boolean deduplication, int pageSize, java.lang.String pageItemReference) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationpageSize - the page sizepageItemReference - the page item referenceServiceException - the service exceptionpublic SearchMailboxesResponse 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) throws ServiceException
mailboxQuery - the mailbox queryresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationpageSize - the page sizepageItemReference - the page item referencepageDirection - the page directionServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(java.util.List<MailboxQuery> mailboxQueries) throws ServiceException
mailboxQueries - the mailbox queriesServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(java.util.List<MailboxQuery> mailboxQueries, SearchResultType resultType) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(java.util.List<MailboxQuery> mailboxQueries, SearchResultType resultType, PreviewItemShape itemShape) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeitemShape - the item shapeServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(java.util.List<MailboxQuery> mailboxQueries, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeitemShape - the item shapepropertyOrder - the property orderServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(java.util.List<MailboxQuery> mailboxQueries, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, java.lang.String language) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languageServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(java.util.List<MailboxQuery> mailboxQueries, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, java.lang.String language, boolean deduplication) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationServiceException - the service exceptionpublic SearchMailboxesResponse searchMailboxes(java.util.List<MailboxQuery> mailboxQueries, SearchResultType resultType, PreviewItemShape itemShape, java.util.List<PropertyOrder> propertyOrder, java.lang.String language, boolean deduplication, int pageSize) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationpageSize - the page sizeServiceException - the service exceptionpublic SearchMailboxesResponse 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) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationpageSize - the page sizepageItemReference - the page item referenceServiceException - the service exceptionpublic SearchMailboxesResponse 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) throws ServiceException
mailboxQueries - the mailbox queriesresultType - the result typeitemShape - the item shapepropertyOrder - the property orderlanguage - the languagededuplication - the deduplicationpageSize - the page sizepageItemReference - the page item referencepageDirection - the page directionServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.lang.String mailbox) throws ServiceException
mailbox - the mailboxServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.lang.String mailbox, int pageSize) throws ServiceException
mailbox - the mailboxpageSize - the page sizeServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.lang.String mailbox, int pageSize, java.lang.String pageItemReference) throws ServiceException
mailbox - the mailboxpageSize - the page sizepageItemReference - the page item referenceServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.lang.String mailbox, int pageSize, java.lang.String pageItemReference, SearchPageDirection pageDirection) throws ServiceException
mailbox - the mailboxpageSize - the page sizepageItemReference - the page item referencepageDirection - the page directionServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.lang.String mailbox, int pageSize, java.lang.String pageItemReference, SearchPageDirection pageDirection, boolean searchArchiveOnly) throws ServiceException
mailbox - the mailboxpageSize - the page sizepageItemReference - the page item referencepageDirection - the page directionsearchArchiveOnly - the search archive onlyServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes) throws ServiceException
mailboxes - the mailboxesServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes, int pageSize) throws ServiceException
mailboxes - the mailboxespageSize - the page sizeServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes, int pageSize, java.lang.String pageItemReference) throws ServiceException
mailboxes - the mailboxespageSize - the page sizepageItemReference - the page item referenceServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes, int pageSize, java.lang.String pageItemReference, SearchPageDirection pageDirection) throws ServiceException
mailboxes - the mailboxespageSize - the page sizepageItemReference - the page item referencepageDirection - the page directionServiceException - the service exceptionpublic GetNonIndexableItemDetailsResponse getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes, int pageSize, java.lang.String pageItemReference, SearchPageDirection pageDirection, boolean searchArchiveOnly) throws ServiceException
mailboxes - the mailboxespageSize - the page sizepageItemReference - the page item referencepageDirection - the page directionsearchArchiveOnly - the search archive onlyServiceException - the service exceptionpublic GetNonIndexableItemStatisticsResponse getNonIndexableItemStatistics(java.lang.String mailbox) throws ServiceException
mailbox - the mailboxServiceException - the service exceptionpublic GetNonIndexableItemStatisticsResponse getNonIndexableItemStatistics(java.lang.String mailbox, boolean searchArchiveOnly) throws ServiceException
mailbox - the mailboxsearchArchiveOnly - the search archive onlyServiceException - the service exceptionpublic GetNonIndexableItemStatisticsResponse getNonIndexableItemStatistics(java.util.List<java.lang.String> mailboxes) throws ServiceException
mailboxes - the mailboxesServiceException - the service exceptionpublic GetNonIndexableItemStatisticsResponse getNonIndexableItemStatistics(java.util.List<java.lang.String> mailboxes, boolean searchArchiveOnly) throws ServiceException
mailboxes - the mailboxessearchArchiveOnly - the search archive onlyServiceException - the service exceptionpublic GetRemindersResponse getReminders() throws ServiceException
ServiceException - the service exceptionpublic GetRemindersResponse getReminders(ReminderType reminderType) throws ServiceException
reminderType - the reminder typeServiceException - the service exceptionpublic GetRemindersResponse getReminders(java.util.Date beginTime, java.util.Date endTime) throws ServiceException
beginTime - the begin timeendTime - the end timeServiceException - the service exceptionpublic GetRemindersResponse getReminders(java.util.Date beginTime, java.util.Date endTime, ReminderType reminderType) throws ServiceException
beginTime - the begin timeendTime - the end timereminderType - the reminder typeServiceException - the service exceptionpublic GetRemindersResponse getReminders(java.util.Date beginTime, java.util.Date endTime, int maxItems) throws ServiceException
beginTime - the begin timeendTime - the end timemaxItems - the max itemsServiceException - the service exceptionpublic GetRemindersResponse getReminders(java.util.Date beginTime, java.util.Date endTime, ReminderType reminderType, int maxItems) throws ServiceException
beginTime - the begin timeendTime - the end timereminderType - the reminder typemaxItems - the max itemsServiceException - the service exceptionpublic PerformReminderActionResponse performReminderAction(ItemId ItemId, ReminderActionType type) throws ServiceException
ItemId - the item idtype - the typeServiceException - the service exceptionpublic PerformReminderActionResponse performReminderAction(ItemId ItemId, ReminderActionType type, java.util.Date newReminderTime) throws ServiceException
ItemId - the item idtype - the typenewReminderTime - the new reminder timeServiceException - the service exceptionpublic PerformReminderActionResponse performReminderAction(ReminderItemAction reminderItemAction) throws ServiceException
reminderItemAction - the reminder item actionServiceException - the service exceptionpublic PerformReminderActionResponse performReminderAction(java.util.List<ReminderItemAction> reminderItemActions) throws ServiceException
reminderItemActions - the reminder item actionsServiceException - the service exceptionpublic GetUserPhotoResponse getUserPhoto(java.lang.String emailAddress, UserPhotoSizeType type) throws ServiceException
emailAddress - the email addresstype - the typeServiceException - the service exceptionpublic GetUserRetentionPolicyTagsResponse getUserRetentionPolicyTags() throws ServiceException
ServiceException - the service exceptionpublic Response installApp(java.lang.String manifest) throws ServiceException
manifest - the manifestServiceException - the service exceptionpublic Response uninstallApp(java.lang.String id) throws ServiceException
id - the idServiceException - the service exceptionpublic Response disableApp(java.lang.String id) throws ServiceException
id - the idServiceException - the service exceptionpublic Response disableApp(java.lang.String id, DisableReason reason) throws ServiceException
id - the idreason - the reasonServiceException - the service exceptionpublic GetAppManifestsResponse getAppManifests() throws ServiceException
ServiceException - the service exceptionpublic GetAppMarketplaceUrlResponse getAppMarketplaceUrl() throws ServiceException
ServiceException - the service exceptionpublic PerformReminderActionResponse getClientAccessToken(java.lang.String id, ClientAccessTokenType type) throws ServiceException
id - the idtype - the typeServiceException - the service exceptionpublic PerformReminderActionResponse getClientAccessToken(ClientAccessTokenRequest clientAccessTokenRequest) throws ServiceException
clientAccessTokenRequest - the client access token requestServiceException - the service exceptionpublic PerformReminderActionResponse getClientAccessToken(java.util.List<ClientAccessTokenRequest> clientAccessTokenRequests) throws ServiceException
clientAccessTokenRequests - the client access token requestsServiceException - the service exceptionpublic HoldOnMailboxesInfo getHoldOnMailboxes(java.lang.String holdId) throws ServiceException
holdId - the hold idServiceException - the service exceptionpublic HoldOnMailboxesInfo setHoldOnMailboxes(HoldActionType actionType, java.lang.String holdId, java.lang.String query) throws ServiceException
actionType - the action typeholdId - the hold idquery - the queryServiceException - the service exceptionpublic HoldOnMailboxesInfo setHoldOnMailboxes(HoldActionType actionType, java.lang.String holdId, java.lang.String query, java.util.List<java.lang.String> mailboxes, java.lang.String language, boolean includeNonIndexableItems, boolean deduplication, java.lang.String inPlaceHoldIdentity) throws ServiceException
actionType - the action typeholdId - the hold idquery - the querymailboxes - the mailboxeslanguage - the languageincludeNonIndexableItems - the include non indexable itemsdeduplication - the deduplicationinPlaceHoldIdentity - the in place hold identityServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(StandardFolder standardFolder) throws ServiceException
standardFolder - The ID of the folder to empty.ServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(StandardFolder standardFolder, DeleteType deleteType) throws ServiceException
standardFolder - The ID of the folder to empty.deleteType - The deletion mode.ServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(StandardFolder standardFolder, boolean deleteSubFolders) throws ServiceException
standardFolder - The ID of the folder to empty.deleteSubFolders - If true delete the subfolders of the specified folder.ServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(StandardFolder standardFolder, DeleteType deleteType, boolean deleteSubFolders) throws ServiceException
standardFolder - The ID of the folder to empty.deleteType - The deletion mode.deleteSubFolders - If true delete the subfolders of the specified folder.ServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(FolderId folderId) throws ServiceException
folderId - The ID of the folder to empty.ServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(FolderId folderId, DeleteType deleteType) throws ServiceException
folderId - The ID of the folder to empty.deleteType - The deletion mode.ServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(FolderId folderId, boolean deleteSubFolders) throws ServiceException
folderId - The ID of the folder to empty.deleteSubFolders - If true delete the subfolders of the specified folder.ServiceException - the service exceptionpublic FolderInfoResponse emptyFolder(FolderId folderId, DeleteType deleteType, boolean deleteSubFolders) throws ServiceException
folderId - The ID of the folder to empty.deleteType - The deletion mode.deleteSubFolders - If true delete the subfolders of the specified folder.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> emptyFolder(java.util.List<FolderId> folders) throws ServiceException
folders - The IDs of the folders to empty.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> emptyFolder(java.util.List<FolderId> folders, DeleteType deleteType) throws ServiceException
folders - The IDs of the folders to empty.deleteType - The deletion mode.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> emptyFolder(java.util.List<FolderId> folders, boolean deleteSubFolders) throws ServiceException
folders - The IDs of the folders to empty.deleteSubFolders - If true delete the subfolders of the specified folder.ServiceException - the service exceptionpublic java.util.List<FolderInfoResponse> emptyFolder(java.util.List<FolderId> folders, DeleteType deleteType, boolean deleteSubFolders) throws ServiceException
folders - The IDs of the folders to empty.deleteType - The deletion mode.deleteSubFolders - If true delete the subfolders of the specified folder.ServiceException - the service exceptionpublic ExportItemsResponse exportItems(ItemId itemId) throws ServiceException
itemId - the item idServiceException - the service exceptionpublic java.util.List<ExportItemsResponse> exportItems(java.util.List<ItemId> itemIds) throws ServiceException
itemIds - The IDs of the items to export.ServiceException - the service exceptionpublic java.io.InputStream getExportItemsInputStream(ItemId itemId) throws ServiceException
ServiceExceptionpublic MarkAsJunkResponse markAsJunk(ItemId itemId) throws ServiceException
itemId - the item idServiceException - the service exceptionpublic MarkAsJunkResponse markAsJunk(ItemId itemId, boolean isJunk) throws ServiceException
itemId - the item idisJunk - the is junkServiceException - the service exceptionpublic MarkAsJunkResponse markAsJunk(ItemId itemId, boolean isJunk, boolean moveItem) throws ServiceException
itemId - the item idisJunk - the is junkmoveItem - the move itemServiceException - the service exceptionpublic java.util.List<MarkAsJunkResponse> markAsJunk(java.util.List<ItemId> itemIds) throws ServiceException
itemIds - the item idsServiceException - the service exceptionpublic java.util.List<MarkAsJunkResponse> markAsJunk(java.util.List<ItemId> itemIds, boolean isJunk) throws ServiceException
itemIds - the item idsisJunk - the is junkServiceException - the service exceptionpublic java.util.List<MarkAsJunkResponse> markAsJunk(java.util.List<ItemId> itemIds, boolean isJunk, boolean moveItem) throws ServiceException
itemIds - the item idsisJunk - the is junkmoveItem - the move itemServiceException - the service exceptionpublic UploadItemsResponse uploadItems(UploadItem item) throws ServiceException
item - The item to import.ServiceException - the service exceptionpublic java.util.List<UploadItemsResponse> uploadItems(java.util.List<UploadItem> items) throws ServiceException
items - The items to import.ServiceException - the service exceptionpublic Response applyConversationAction(ConversationAction conversationAction) throws ServiceException
conversationAction - the conversation actionServiceException - the service exceptionpublic java.util.List<Response> applyConversationAction(java.util.List<ConversationAction> conversationActions) throws ServiceException
conversationActions - the conversation actionsServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, QueryString queryString) throws ServiceException
standardFolder - the standard folderqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
standardFolder - the standard foldermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard folderpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
standardFolder - the standard folderpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
standardFolder - the standard folderpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard foldershape - the shapepropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
standardFolder - the standard foldershape - the shapepropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
standardFolder - the standard foldershape - the shapepropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, View view) throws ServiceException
standardFolder - the standard foldershape - the shapeview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, View view, ViewFilter viewFilter) throws ServiceException
standardFolder - the standard foldershape - the shapeview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard foldershape - the shapeview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
standardFolder - the standard foldershape - the shapeview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
standardFolder - the standard foldershape - the shapeview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse FindConfindConversationversation(StandardFolder standardFolder, View view) throws ServiceException
standardFolder - the standard folderview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, View view, ViewFilter viewFilter) throws ServiceException
standardFolder - the standard folderview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard folderview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
standardFolder - the standard folderview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
standardFolder - the standard folderview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationQueryTraversal traversal) throws ServiceException
standardFolder - the standard foldertraversal - the traversalServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationQueryTraversal traversal, View view) throws ServiceException
standardFolder - the standard foldertraversal - the traversalview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter) throws ServiceException
standardFolder - the standard foldertraversal - the traversalview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard foldertraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
standardFolder - the standard foldertraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
standardFolder - the standard foldertraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape) throws ServiceException
standardFolder - the standard foldershape - the shapeServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, ConversationQueryTraversal traversal) throws ServiceException
standardFolder - the standard foldershape - the shapetraversal - the traversalServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, ConversationQueryTraversal traversal, View view) throws ServiceException
standardFolder - the standard foldershape - the shapetraversal - the traversalview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter) throws ServiceException
standardFolder - the standard foldershape - the shapetraversal - the traversalview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
standardFolder - the standard foldershape - the shapetraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
standardFolder - the standard foldershape - the shapetraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(StandardFolder standardFolder, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
standardFolder - the standard foldershape - the shapetraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, QueryString queryString) throws ServiceException
parentFolderId - the parent folder idqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
parentFolderId - the parent folder idmailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
parentFolderId - the parent folder idpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
parentFolderId - the parent folder idpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idshape - the shapepropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
parentFolderId - the parent folder idshape - the shapepropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
parentFolderId - the parent folder idshape - the shapepropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, View view) throws ServiceException
parentFolderId - the parent folder idshape - the shapeview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, View view, ViewFilter viewFilter) throws ServiceException
parentFolderId - the parent folder idshape - the shapeview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idshape - the shapeview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
parentFolderId - the parent folder idshape - the shapeview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
parentFolderId - the parent folder idshape - the shapeview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, View view) throws ServiceException
parentFolderId - the parent folder idview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, View view, ViewFilter viewFilter) throws ServiceException
parentFolderId - the parent folder idview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
parentFolderId - the parent folder idview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
parentFolderId - the parent folder idview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationQueryTraversal traversal) throws ServiceException
parentFolderId - the parent folder idtraversal - the traversalServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationQueryTraversal traversal, View view) throws ServiceException
parentFolderId - the parent folder idtraversal - the traversalview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter) throws ServiceException
parentFolderId - the parent folder idtraversal - the traversalview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idtraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
parentFolderId - the parent folder idtraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
parentFolderId - the parent folder idtraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId) throws ServiceException
parentFolderId - the parent folder idServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape) throws ServiceException
parentFolderId - the parent folder idshape - the shapeServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, ConversationQueryTraversal traversal) throws ServiceException
parentFolderId - the parent folder idshape - the shapetraversal - the traversalServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, ConversationQueryTraversal traversal, View view) throws ServiceException
parentFolderId - the parent folder idshape - the shapetraversal - the traversalview - the viewServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter) throws ServiceException
parentFolderId - the parent folder idshape - the shapetraversal - the traversalview - the viewviewFilter - the view filterServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder) throws ServiceException
parentFolderId - the parent folder idshape - the shapetraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property orderServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation) throws ServiceException
parentFolderId - the parent folder idshape - the shapetraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationServiceException - the service exceptionpublic FindConversationResponse findConversation(FolderId parentFolderId, ConversationShape shape, ConversationQueryTraversal traversal, View view, ViewFilter viewFilter, java.util.List<PropertyOrder> propertyOrder, MailboxSearchLocation mailboxSearchLocation, QueryString queryString) throws ServiceException
parentFolderId - the parent folder idshape - the shapetraversal - the traversalview - the viewviewFilter - the view filterpropertyOrder - the property ordermailboxSearchLocation - the mailbox search locationqueryString - the query stringServiceException - the service exceptionpublic FindMailboxStatisticsByKeywordsResponse findMailboxStatisticsByKeywords(MailboxStatisticsByKeywords mailboxStatisticsByKeywords) throws ServiceException
mailboxStatisticsByKeywords - the mailbox statistics by keywordsServiceException - the service exceptionpublic Message getMessageFile(java.lang.String itemId) throws ServiceException, java.text.ParseException
itemId - the item idServiceException - the service exceptionjava.text.ParseException - the parse exceptionpublic Message getMessageFile(java.lang.String itemId, java.util.List<ExtendedPropertyPath> customPropertyPaths) throws ServiceException, java.text.ParseException
itemId - the item idcustomPropertyPaths - the custom property pathsServiceException - the service exceptionjava.text.ParseException - the parse exceptionpublic Message getMessageFile(ItemId itemId) throws ServiceException, java.text.ParseException
itemId - the item idServiceException - the service exceptionjava.text.ParseException - the parse exceptionpublic Message getMessageFile(ItemId itemId, java.util.List<ExtendedPropertyPath> customPropertyPaths) throws ServiceException, java.text.ParseException
itemId - the item idcustomPropertyPaths - the custom property pathsServiceException - the service exceptionjava.text.ParseException - the parse exceptionpublic Response createRetentionSettings(RetentionSettings retentionSettings) throws ServiceException
retentionSettings - the retention settingsServiceException - the service exceptionpublic Response createRetentionSettings(RetentionSettings retentionSettings, StandardFolder standardFolder) throws ServiceException
retentionSettings - the retention settingsstandardFolder - the standard folderServiceException - the service exceptionpublic Response createRetentionSettings(RetentionSettings retentionSettings, FolderId folderId) throws ServiceException
retentionSettings - the retention settingsfolderId - the folder idServiceException - the service exceptionpublic Response updateRetentionSettings(RetentionSettings retentionSettings) throws ServiceException
retentionSettings - the retention settingsServiceException - the service exceptionpublic Response updateRetentionSettings(RetentionSettings retentionSettings, StandardFolder standardFolder) throws ServiceException
retentionSettings - the retention settingsstandardFolder - the standard folderServiceException - the service exceptionpublic Response updateRetentionSettings(RetentionSettings retentionSettings, FolderId folderId) throws ServiceException
retentionSettings - the retention settingsfolderId - the folder idServiceException - the service exceptionpublic RetentionSettings getRetentionSettings() throws ServiceException, javax.xml.stream.XMLStreamException, java.text.ParseException
ServiceException - the service exceptionjavax.xml.stream.XMLStreamException - the xML stream exceptionjava.text.ParseException - the parse exceptionpublic RetentionSettings getRetentionSettings(StandardFolder standardFolder) throws ServiceException, javax.xml.stream.XMLStreamException, java.text.ParseException
standardFolder - the standard folderServiceException - the service exceptionjavax.xml.stream.XMLStreamException - the xML stream exceptionjava.text.ParseException - the parse exceptionpublic RetentionSettings getRetentionSettings(FolderId folderId) throws ServiceException, javax.xml.stream.XMLStreamException, java.text.ParseException
folderId - the folder idServiceException - the service exceptionjavax.xml.stream.XMLStreamException - the xML stream exceptionjava.text.ParseException - the parse exceptionpublic Response deleteRetentionSettings() throws ServiceException
ServiceException - the service exceptionpublic Response deleteRetentionSettings(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic Response deleteRetentionSettings(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic OwaOptions getOwaOptions() throws ServiceException
ServiceException - the service exceptionpublic OwaOptions getOwaOptions(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic OwaOptions getOwaOptions(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic Response createOwaOptions(OwaOptions owaOptions) throws ServiceException
owaOptions - the owa optionsServiceException - the service exceptionpublic Response createOwaOptions(OwaOptions owaOptions, StandardFolder standardFolder) throws ServiceException
owaOptions - the owa optionsstandardFolder - the standard folderServiceException - the service exceptionpublic Response createOwaOptions(OwaOptions owaOptions, FolderId folderId) throws ServiceException
owaOptions - the owa optionsfolderId - the folder idServiceException - the service exceptionpublic Response updateOwaOptions(OwaOptions owaOptions) throws ServiceException
owaOptions - the owa optionsServiceException - the service exceptionpublic Response updateOwaOptions(OwaOptions owaOptions, StandardFolder standardFolder) throws ServiceException
owaOptions - the owa optionsstandardFolder - the standard folderServiceException - the service exceptionpublic Response updateOwaOptions(OwaOptions owaOptions, FolderId folderId) throws ServiceException
owaOptions - the owa optionsfolderId - the folder idServiceException - the service exceptionpublic Response deleteOwaOptions() throws ServiceException
ServiceException - the service exceptionpublic Response deleteOwaOptions(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic Response deleteOwaOptions(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic Response createCalendarOptions(CalendarOptions calendarOptions) throws ServiceException
calendarOptions - the calendar optionsServiceException - the service exceptionpublic Response createCalendarOptions(CalendarOptions calendarOptions, StandardFolder standardFolder) throws ServiceException
calendarOptions - the calendar optionsstandardFolder - the standard folderServiceException - the service exceptionpublic Response createCalendarOptions(CalendarOptions calendarOptions, FolderId folderId) throws ServiceException
calendarOptions - the calendar optionsfolderId - the folder idServiceException - the service exceptionpublic Response updateCalendarOptions(CalendarOptions calendarOptions) throws ServiceException
calendarOptions - the calendar optionsServiceException - the service exceptionpublic Response updateCalendarOptions(CalendarOptions calendarOptions, StandardFolder standardFolder) throws ServiceException
calendarOptions - the calendar optionsstandardFolder - the standard folderServiceException - the service exceptionpublic Response updateCalendarOptions(CalendarOptions calendarOptions, FolderId folderId) throws ServiceException
calendarOptions - the calendar optionsfolderId - the folder idServiceException - the service exceptionpublic CalendarOptions getCalendarOptions() throws ServiceException
ServiceException - the service exceptionpublic CalendarOptions getCalendarOptions(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic CalendarOptions getCalendarOptions(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic Response deleteCalendarOptions() throws ServiceException
ServiceException - the service exceptionpublic Response deleteCalendarOptions(StandardFolder standardFolder) throws ServiceException
standardFolder - the standard folderServiceException - the service exceptionpublic Response deleteCalendarOptions(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic Response createCategoryList(CategoryList categoryList) throws ServiceException
categoryList - the category listServiceException - the service exceptionpublic Response createCategoryList(CategoryList categoryList, FolderId folderId) throws ServiceException
categoryList - the category listfolderId - the folder idServiceException - the service exceptionpublic Response updateCategoryList(CategoryList categoryList) throws ServiceException
categoryList - the category listServiceException - the service exceptionpublic Response updateCategoryList(CategoryList categoryList, FolderId folderId) throws ServiceException
categoryList - the category listfolderId - the folder idServiceException - the service exceptionpublic CategoryList getCategoryList() throws ServiceException
ServiceException - the service exceptionpublic CategoryList getCategoryList(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic Response deleteCategoryList() throws ServiceException
ServiceException - the service exceptionpublic Response deleteCategoryList(FolderId folderId) throws ServiceException
folderId - the folder idServiceException - the service exceptionpublic ImGroupInfoResponse addImGroup(java.lang.String displayName) throws ServiceException
displayName - the display nameServiceException - the service exceptionpublic Response setImGroup(ItemId groupId, java.lang.String displayName) throws ServiceException
groupId - the group iddisplayName - the display nameServiceException - the service exceptionpublic Response removeImGroup(ItemId groupId) throws ServiceException
groupId - the group idServiceException - the service exceptionpublic Response removeContactFromImList(ItemId contactId) throws ServiceException
contactId - the contact idServiceException - the service exceptionpublic Response removeDistributionGroupFromImList(ItemId groupId) throws ServiceException
groupId - the group idServiceException - the service exceptionpublic Response removeImContactFromGroup(ItemId groupId, ItemId contactId) throws ServiceException
groupId - the group idcontactId - the contact idServiceException - the service exceptionpublic PersonaInfoResponse addNewTelUriContactToGroup(ItemId groupId, java.lang.String telUriAddress, java.lang.String imTelephoneNumber, java.lang.String imContactSipUriAddress) throws ServiceException
groupId - the group idtelUriAddress - the tel uri addressimTelephoneNumber - the im telephone numberimContactSipUriAddress - the im contact sip uri addressServiceException - the service exceptionpublic ImGroupInfoResponse addDistributionGroupToImList(java.lang.String smtpAddress, java.lang.String displayName) throws ServiceException
smtpAddress - the smtp addressdisplayName - the display nameServiceException - the service exceptionpublic PersonaInfoResponse addNewImContactToGroup(ItemId groupId, java.lang.String imAddress) throws ServiceException
groupId - the group idimAddress - the im addressServiceException - the service exceptionpublic PersonaInfoResponse addNewImContactToGroup(ItemId groupId, java.lang.String imAddress, java.lang.String displayName) throws ServiceException
groupId - the group idimAddress - the im addressdisplayName - the display nameServiceException - the service exceptionpublic Response addImContactToGroup(ItemId groupId, ItemId contactId) throws ServiceException
groupId - the group idcontactId - the contact idServiceException - the service exceptionpublic GetImItemListResponse getImItemList() throws ServiceException
ServiceException - the service exceptionpublic GetImItemListResponse getImItemList(ExtendedPropertyList extendedProperties) throws ServiceException
extendedProperties - the extended propertiesServiceException - the service exceptionpublic GetImItemsResponse getImItems(java.util.List<ItemId> groupIds) throws ServiceException
groupIds - the group idsServiceException - the service exceptionpublic GetImItemsResponse getImItems(java.util.List<ItemId> groupIds, java.util.List<ItemId> contactIds) throws ServiceException
groupIds - the group idscontactIds - the contact idsServiceException - the service exceptionpublic GetImItemsResponse getImItems(java.util.List<ItemId> groupIds, java.util.List<ItemId> contactIds, ExtendedPropertyList extendedProperties) throws ServiceException
groupIds - the group idscontactIds - the contact idsextendedProperties - the extended propertiesServiceException - the service exceptionpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the new urlpublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - the new usernamepublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the new passwordpublic java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain - the new domainpublic java.lang.String getMailboxCulture()
public void setMailboxCulture(java.lang.String mailboxCulture)
mailboxCulture - the new mailbox culturepublic Identity getExchangeImpersonation()
public void setExchangeImpersonation(Identity identity)
identity - the new exchange impersonationpublic RequestServerVersion getRequestServerVersion()
public void setRequestServerVersion(RequestServerVersion requestServerVersion)
requestServerVersion - the new request server versionpublic TimeZoneDefinition getTimeZoneContext()
public void setTimeZoneContext(TimeZoneDefinition timeZoneContext)
timeZoneContext - the new time zone contextpublic DateTimePrecision getDateTimePrecision()
public void setDateTimePrecision(DateTimePrecision dateTimePrecision)
dateTimePrecision - the new date time precisionpublic java.net.Proxy getHttpURLConnectionProxy()
public void setHttpURLConnectionProxy(java.net.Proxy httpURLConnectionProxy)
httpURLConnectionProxy - the new http url connection proxypublic org.apache.http.HttpHost getProxy()
public void setProxy(org.apache.http.HttpHost proxy)
proxy - the new proxypublic org.apache.http.auth.Credentials getProxyCredentials()
public void setProxyCredentials(org.apache.http.auth.Credentials proxyCredentials)
proxyCredentials - the new proxy credentialspublic org.apache.http.conn.HttpClientConnectionManager getClientConnectionManager()
public void setClientConnectionManager(org.apache.http.conn.HttpClientConnectionManager connectionManager)
connectionManager - the new client connection managerpublic org.apache.http.client.config.RequestConfig getRequestConfig()
public void setRequestConfig(org.apache.http.client.config.RequestConfig requestConfig)
requestConfig - the request configurationpublic void setHttpURLConnection(boolean useHttpURLConnection)
useHttpURLConnection - the new http url connectionpublic void setConnectTimeout(int connectTimeout)
connectTimeout - the new connect timeoutpublic int getConnectTimeout()
public void setReadTimeout(int readTimeout)
readTimeout - the new read timeoutpublic int getReadTimeout()
public void setAcceptGzipEncoding(boolean acceptGzipEncoding)
acceptGzipEncoding - the new accept gzip encodingpublic boolean isAcceptGzipEncoding()
public void setCheckResponseXml(boolean checkResponseXml)
public boolean isCheckResponseXml()
@Deprecated public void setCustomHeaders(org.apache.http.Header[] customHeaders)
@Deprecated public org.apache.http.Header[] getCustomHeaders()
public void setOAuthToken(OAuthToken oAuthToken)
public OAuthToken getOAuthToken()
public void setClientId(java.lang.String clientId)
public java.lang.String getClientId()
public void setTenant(java.lang.String tenant)
public java.lang.String getTenant()
public java.util.List<java.lang.String> getScope()
public void setClientSecret(java.lang.String clientSecret)
public java.lang.String getClientSecret()
public void setclientAssertion(java.lang.String clientAssertion)
public java.lang.String getClientAssertion()
public void setAuthorizationCode(java.lang.String authorizationCode)
public java.lang.String getAuthorizationCode()
public void setAuthorizationCodeRedirectUri(java.lang.String authorizationCodeRedirectUri)
public java.lang.String getAuthorizationCodeRedirectUri()
public void setDeviceCode(java.lang.String deviceCode)
public java.lang.String getDeviceCode()
public java.util.List<HttpHeader> getRequestHttpHeaders()
public java.util.List<HttpHeader> getResponseHttpHeaders()