Uses of Class
microsoft.exchange.webservices.data.core.response.ServiceResponseCollection

Packages that use ServiceResponseCollection
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.exception.service.remote   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.misc.availability   
 

Uses of ServiceResponseCollection in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return ServiceResponseCollection
 ServiceResponseCollection<GetItemResponse> ExchangeService.bindToItems(Iterable<ItemId> itemIds, PropertySet propertySet)
          Binds to multiple item in a single call to EWS.
 ServiceResponseCollection<ConvertIdResponse> ExchangeService.convertIds(Iterable<AlternateIdBase> ids, IdFormat destinationFormat)
          Converts multiple Ids from one format to another in a single call to EWS.
 ServiceResponseCollection<MoveCopyItemResponse> ExchangeService.copyItems(Iterable<ItemId> itemIds, FolderId destinationFolderId)
          Copies multiple item in a single call to EWS.
 ServiceResponseCollection<MoveCopyItemResponse> ExchangeService.copyItems(Iterable<ItemId> itemIds, FolderId destinationFolderId, boolean returnNewItemIds)
          Copies multiple item in a single call to EWS.
 ServiceResponseCollection<ServiceResponse> ExchangeService.copyItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, FolderId destinationFolderId)
          Copies the item in the specified conversation to the specified destination folder.
 ServiceResponseCollection<CreateAttachmentResponse> ExchangeService.createAttachments(String parentItemId, Iterable<Attachment> attachments)
          Creates attachments.
 ServiceResponseCollection<ServiceResponse> ExchangeService.createItems(Collection<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)
          Creates multiple item in a single EWS call.
 ServiceResponseCollection<DeleteAttachmentResponse> ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
          Deletes attachments.
 ServiceResponseCollection<ServiceResponse> ExchangeService.deleteItems(Iterable<ItemId> itemIds, DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)
          Deletes multiple item in a single call to EWS.
 ServiceResponseCollection<ServiceResponse> ExchangeService.deleteItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, DeleteMode deleteMode)
          Deletes the item in the specified conversation.
 ServiceResponseCollection<ServiceResponse> ExchangeService.disableAlwaysCategorizeItemsInConversations(Iterable<ConversationId> conversationId, boolean processSynchronously)
          Sets up a conversation so that any item received within that conversation is no longer categorized.
 ServiceResponseCollection<ServiceResponse> ExchangeService.disableAlwaysDeleteItemsInConversations(Iterable<ConversationId> conversationId, boolean processSynchronously)
          Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder.
 ServiceResponseCollection<ServiceResponse> ExchangeService.disableAlwaysMoveItemsInConversations(Iterable<ConversationId> conversationIds, boolean processSynchronously)
          Sets up a conversation so that any item received within that conversation is no longer moved to a specific folder.
 ServiceResponseCollection<ServiceResponse> ExchangeService.enableAlwaysCategorizeItemsInConversations(Iterable<ConversationId> conversationId, Iterable<String> categories, boolean processSynchronously)
          Sets up a conversation so that any item received within that conversation is always categorized.
 ServiceResponseCollection<ServiceResponse> ExchangeService.enableAlwaysDeleteItemsInConversations(Iterable<ConversationId> conversationId, boolean processSynchronously)
          Sets up a conversation so that any item received within that conversation is always moved to Deleted Items folder.
 ServiceResponseCollection<ServiceResponse> ExchangeService.enableAlwaysMoveItemsInConversations(Iterable<ConversationId> conversationId, FolderId destinationFolderId, boolean processSynchronously)
          Sets up a conversation so that any item received within that conversation is always moved to a specific folder.
protected
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Class<TItem> cls, FolderId parentFolderId, SearchFilter searchFilter, ViewBase view, Grouping groupBy)
          Obtains a grouped list of item by searching the contents of a specific folder.
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)
          Finds item.
protected  ServiceResponseCollection<GetAttachmentResponse> ExchangeService.getAttachments(Attachment[] attachments, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Gets attachments.
 ServiceResponseCollection<ServiceResponse> ExchangeService.internalLoadPropertiesForItems(Iterable<Item> items, PropertySet propertySet, ServiceErrorHandling errorHandling)
          Loads the property of multiple item in a single call to EWS.
 ServiceResponseCollection<ServiceResponse> ExchangeService.loadPropertiesForItems(Iterable<Item> items, PropertySet propertySet)
          Loads the property of multiple item in a single call to EWS.
 ServiceResponseCollection<MoveCopyItemResponse> ExchangeService.moveItems(Iterable<ItemId> itemIds, FolderId destinationFolderId)
          Moves multiple item in a single call to EWS.
 ServiceResponseCollection<MoveCopyItemResponse> ExchangeService.moveItems(Iterable<ItemId> itemIds, FolderId destinationFolderId, boolean returnNewItemIds)
          Moves multiple item in a single call to EWS.
 ServiceResponseCollection<ServiceResponse> ExchangeService.moveItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, FolderId destinationFolderId)
          Moves the item in the specified conversation to the specified destination folder.
 ServiceResponseCollection<ServiceResponse> ExchangeService.setReadStateForItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, boolean isRead)
          Sets the read state for item in conversation.
 ServiceResponseCollection<UpdateItemResponse> ExchangeService.updateItems(Iterable<Item> items, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Updates multiple item in a single EWS call.
 

Uses of ServiceResponseCollection in microsoft.exchange.webservices.data.core.exception.service.remote
 

Constructors in microsoft.exchange.webservices.data.core.exception.service.remote with parameters of type ServiceResponseCollection
CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message)
          Initializes a new instance of CreateAttachmentException.
CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message, Exception innerException)
          Initializes a new instance of CreateAttachmentException.
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message)
          Initializes a new instance of DeleteAttachmentException.
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message, Exception innerException)
          Initializes a new instance of DeleteAttachmentException.
 

Uses of ServiceResponseCollection in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return ServiceResponseCollection
 ServiceResponseCollection<TResponse> MultiResponseServiceRequest.endExecute(IAsyncResult asyncResult)
          Ends executing this async request.
 ServiceResponseCollection<TResponse> MultiResponseServiceRequest.execute()
          Executes this request.
protected  ServiceResponseCollection<TResponse> MultiResponseServiceRequest.parseResponse(EwsServiceXmlReader reader)
          Parses the response.
 

Uses of ServiceResponseCollection in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that return ServiceResponseCollection
 ServiceResponseCollection<AttendeeAvailability> GetUserAvailabilityResults.getAttendeesAvailability()
          Gets a collection of AttendeeAvailability objects representing availability information for each of the specified attendees.
 

Methods in microsoft.exchange.webservices.data.misc.availability with parameters of type ServiceResponseCollection
 void GetUserAvailabilityResults.setAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability> value)
          Sets the attendees availability.
 



Copyright © 2012–2015 Microsoft. All rights reserved.