Uses of Class
microsoft.exchange.webservices.data.ServiceResponse

Uses of ServiceResponse in microsoft.exchange.webservices.data
 

Classes in microsoft.exchange.webservices.data with type parameters of type ServiceResponse
 class MoveCopyItemRequest<TResponse extends ServiceResponse>
          * Represents an abstract Move/Copy Item request.
 class ServiceResponseCollection<TResponse extends ServiceResponse>
          Represents a strongly typed list of service responses.
 

Subclasses of ServiceResponse in microsoft.exchange.webservices.data
 class AttendeeAvailability
          Represents the availability of an individual attendee.
 class ConvertIdResponse
          Represents the response to an individual Id conversion operation.
 class CreateAttachmentResponse
          Represents the response to an individual attachment creation operation.
 class DelegateUserResponse
          Represents the response to an individual delegate user manipulation (add, remove, update) operation.
 class DeleteAttachmentResponse
          Represents the response to an individual attachment deletion operation.
 class FindItemResponse<TItem extends Item>
          Represents the response to a item search operation.
 class GetFolderResponse
          Represents the response to an individual folder retrieval operation.
 class GetItemResponse
          Represents a response to an individual item retrieval operation.
 class GetUserConfigurationResponse
          Represents a response to a GetUserConfiguration request.
 class GetUserOofSettingsResponse
          Represents response to GetUserOofSettings request.
 class MoveCopyFolderResponse
          Represents the base response class for individual folder move and copy operations.
 class MoveCopyItemResponse
          Represents a response to a Move or Copy operation.
 class SyncFolderHierarchyResponse
          Represents the response to a folder synchronization operation.
 class SyncFolderItemsResponse
          Represents the response to a folder items synchronization operation.
 class SyncResponse<TServiceObject extends ServiceObject,TChange extends Change>
          * Represents the base response class for synchronuization operations.
 class UpdateItemResponse
          The Class UpdateItemResponse.
 

Methods in microsoft.exchange.webservices.data that return ServiceResponse
protected  ServiceResponse UpdateUserConfigurationRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
 ServiceResponse ServiceResponseException.getResponse()
          Gets the ServiceResponse for the exception.
 ServiceResponse UpdateInboxRulesException.getServiceResponse()
          Gets the ServiceResponse for the exception.
 

Methods in microsoft.exchange.webservices.data that return types with arguments of type ServiceResponse
 ServiceResponseCollection<ServiceResponse> ExchangeService.copyItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, FolderId destinationFolderId)
          Copies the items in the specified conversation to the specified destination folder.
 ServiceResponseCollection<ServiceResponse> ExchangeService.createItems(Collection<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)
          * Creates multiple items in a single EWS call.
 ServiceResponseCollection<ServiceResponse> ExchangeService.deleteItems(Iterable<ItemId> itemIds, DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)
          Deletes multiple items in a single call to EWS.
 ServiceResponseCollection<ServiceResponse> ExchangeService.deleteItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, DeleteMode deleteMode)
          Deletes the items 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.
 ServiceResponseCollection<ServiceResponse> ExchangeService.loadPropertiesForItems(Iterable<Item> items, PropertySet propertySet)
          * Loads the properties of multiple items in a single call to EWS.
 ServiceResponseCollection<ServiceResponse> ExchangeService.moveItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, FolderId destinationFolderId)
          Moves the items 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 items in conversation.
 

Constructors in microsoft.exchange.webservices.data with parameters of type ServiceResponse
ServiceResponseException(ServiceResponse response)
          Initializes a new instance.
 



Copyright © 2012. All Rights Reserved.