Uses of Class
microsoft.exchange.webservices.data.core.response.ServiceResponse
-
-
Uses of ServiceResponse in microsoft.exchange.webservices.data.autodiscover.request
Methods in microsoft.exchange.webservices.data.autodiscover.request that return ServiceResponse Modifier and Type Method Description protected ServiceResponseApplyConversationActionRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response. -
Uses of ServiceResponse in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type ServiceResponse Modifier and Type Method Description 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<ServiceResponse>ExchangeService. createItems(Collection<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)Creates multiple item in a single EWS call.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.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<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. -
Uses of ServiceResponse in microsoft.exchange.webservices.data.core.exception.service.remote
Methods in microsoft.exchange.webservices.data.core.exception.service.remote that return ServiceResponse Modifier and Type Method Description ServiceResponseServiceResponseException. getResponse()Gets the ServiceResponse for the exception.ServiceResponseUpdateInboxRulesException. getServiceResponse()Gets the ServiceResponse for the exception.Constructors in microsoft.exchange.webservices.data.core.exception.service.remote with parameters of type ServiceResponse Constructor Description ServiceResponseException(ServiceResponse response)Initializes a new instance. -
Uses of ServiceResponse in microsoft.exchange.webservices.data.core.request
Classes in microsoft.exchange.webservices.data.core.request with type parameters of type ServiceResponse Modifier and Type Class Description classMoveCopyItemRequest<TResponse extends ServiceResponse>Represents an abstract Move/Copy Item request.classMultiResponseServiceRequest<TResponse extends ServiceResponse>Represents a service request that can have multiple response.Methods in microsoft.exchange.webservices.data.core.request that return ServiceResponse Modifier and Type Method Description protected ServiceResponseCreateFolderRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseCreateItemRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseCreateUserConfigurationRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseDeleteFolderRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseDeleteItemRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseDeleteUserConfigurationRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseEmptyFolderRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseGetFolderRequestForLoad. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseGetItemRequestForLoad. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseSendItemRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected ServiceResponseUnsubscribeRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates service response.protected ServiceResponseUpdateFolderRequest. createServiceResponse(ExchangeService session, int responseIndex)Creates the service response.protected ServiceResponseUpdateUserConfigurationRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.ServiceResponseDisconnectPhoneCallRequest. execute()Executes this request.ServiceResponseSetUserOofSettingsRequest. execute()Executes this request.protected ServiceResponseDisconnectPhoneCallRequest. parseResponse(EwsServiceXmlReader reader)Parses the response.protected ServiceResponseSetUserOofSettingsRequest. parseResponse(EwsServiceXmlReader reader)Parses the response. -
Uses of ServiceResponse in microsoft.exchange.webservices.data.core.response
Classes in microsoft.exchange.webservices.data.core.response with type parameters of type ServiceResponse Modifier and Type Class Description classServiceResponseCollection<TResponse extends ServiceResponse>Represents a strongly typed list of service response.Subclasses of ServiceResponse in microsoft.exchange.webservices.data.core.response Modifier and Type Class Description classAttendeeAvailabilityRepresents the availability of an individual attendee.classConvertIdResponseRepresents the response to an individual Id conversion operation.classCreateAttachmentResponseRepresents the response to an individual attachment creation operation.classCreateFolderResponseRepresents the response to an individual folder creation operation.classCreateItemResponseRepresents the response to an individual item creation operation.classCreateResponseObjectResponseRepresents response to generic Create request.classDelegateManagementResponseRepresents the response to a delegate managent-related operation.classDelegateUserResponseRepresents the response to an individual delegate user manipulation (add, remove, update) operation.classDeleteAttachmentResponseRepresents the response to an individual attachment deletion operation.classExecuteDiagnosticMethodResponseRepresents the response to a ExecuteDiagnosticMethod operationclassExpandGroupResponseRepresents the response to a group expansion operation.classExportItemsResponseclassFindConversationResponseRepresents the response to a Conversation search operation.classFindFolderResponseRepresents the response to a folder search operation.classFindItemResponse<TItem extends Item>Represents the response to a item search operation.classGetAttachmentResponseRepresents the response to an individual attachment retrieval request.classGetDelegateResponseThe Class GetDelegateResponse.classGetEventsResponseRepresents the response to a subscription event retrieval operation.classGetFolderResponseRepresents the response to an individual folder retrieval operation.classGetInboxRulesResponseRepresents the response to a GetInboxRules operation.classGetItemResponseRepresents a response to an individual item retrieval operation.classGetPasswordExpirationDateResponseclassGetPhoneCallResponseRepresents the response to a GetPhoneCall operation.classGetRoomListsResponseRepresents the response to a GetRoomLists operation.classGetRoomsResponseRepresents the response to a GetRooms operation.classGetServerTimeZonesResponseRepresents the response to a GetServerTimeZones request.classGetStreamingEventsResponseRepresents the response to a subscription event retrieval operation.classGetUserConfigurationResponseRepresents a response to a GetUserConfiguration request.classGetUserOofSettingsResponseRepresents response to GetUserOofSettings request.classMoveCopyFolderResponseRepresents the base response class for individual folder move and copy operations.classMoveCopyItemResponseRepresents a response to a Move or Copy operation.classPlayOnPhoneResponseRepresents the response to a PlayOnPhone operation.classResolveNamesResponseRepresents the response to a name resolution operation.classSubscribeResponse<TSubscription extends SubscriptionBase>Represents the base response class to subscription creation operations.classSuggestionsResponseRepresents the base response class to subscription creation operations.classSyncFolderHierarchyResponseRepresents the response to a folder synchronization operation.classSyncFolderItemsResponseRepresents the response to a folder item synchronization operation.classSyncResponse<TServiceObject extends ServiceObject,TChange extends Change>Represents the base response class for synchronuization operations.classUpdateFolderResponseRepresents response to UpdateFolder request.classUpdateInboxRulesResponseRepresents the response to a UpdateInboxRulesResponse operation.classUpdateItemResponseThe Class UpdateItemResponse.classUploadItemsResponse
-