|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceResponse in microsoft.exchange.webservices.data.autodiscover.request |
|---|
| Methods in microsoft.exchange.webservices.data.autodiscover.request that return ServiceResponse | |
|---|---|
protected ServiceResponse |
ApplyConversationActionRequest.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 | |
|---|---|
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 | |
|---|---|
ServiceResponse |
ServiceResponseException.getResponse()
Gets the ServiceResponse for the exception. |
ServiceResponse |
UpdateInboxRulesException.getServiceResponse()
Gets the ServiceResponse for the exception. |
| Constructors in microsoft.exchange.webservices.data.core.exception.service.remote with parameters of type ServiceResponse | |
|---|---|
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 | |
|---|---|
class |
MoveCopyItemRequest<TResponse extends ServiceResponse>
Represents an abstract Move/Copy Item request. |
class |
MultiResponseServiceRequest<TResponse extends ServiceResponse>
Represents a service request that can have multiple response. |
| Methods in microsoft.exchange.webservices.data.core.request that return ServiceResponse | |
|---|---|
protected ServiceResponse |
UpdateUserConfigurationRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
UpdateFolderRequest.createServiceResponse(ExchangeService session,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
UnsubscribeRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates service response. |
protected ServiceResponse |
SendItemRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
GetItemRequestForLoad.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
GetFolderRequestForLoad.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
EmptyFolderRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
DeleteUserConfigurationRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
DeleteItemRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
DeleteFolderRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
CreateUserConfigurationRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
CreateItemRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected ServiceResponse |
CreateFolderRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
ServiceResponse |
SetUserOofSettingsRequest.execute()
Executes this request. |
ServiceResponse |
DisconnectPhoneCallRequest.execute()
Executes this request. |
protected ServiceResponse |
SetUserOofSettingsRequest.parseResponse(EwsServiceXmlReader reader)
Parses the response. |
protected ServiceResponse |
DisconnectPhoneCallRequest.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 | |
|---|---|
class |
ServiceResponseCollection<TResponse extends ServiceResponse>
Represents a strongly typed list of service response. |
| Subclasses of ServiceResponse in microsoft.exchange.webservices.data.core.response | |
|---|---|
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 |
CreateFolderResponse
Represents the response to an individual folder creation operation. |
class |
CreateItemResponse
Represents the response to an individual item creation operation. |
class |
CreateResponseObjectResponse
Represents response to generic Create request. |
class |
DelegateManagementResponse
Represents the response to a delegate managent-related 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 |
ExecuteDiagnosticMethodResponse
Represents the response to a ExecuteDiagnosticMethod operation |
class |
ExpandGroupResponse
Represents the response to a group expansion operation. |
class |
FindConversationResponse
Represents the response to a Conversation search operation. |
class |
FindFolderResponse
Represents the response to a folder search operation. |
class |
FindItemResponse<TItem extends Item>
Represents the response to a item search operation. |
class |
GetAttachmentResponse
Represents the response to an individual attachment retrieval request. |
class |
GetDelegateResponse
The Class GetDelegateResponse. |
class |
GetEventsResponse
Represents the response to a subscription event retrieval operation. |
class |
GetFolderResponse
Represents the response to an individual folder retrieval operation. |
class |
GetInboxRulesResponse
Represents the response to a GetInboxRules operation. |
class |
GetItemResponse
Represents a response to an individual item retrieval operation. |
class |
GetPasswordExpirationDateResponse
|
class |
GetPhoneCallResponse
Represents the response to a GetPhoneCall operation. |
class |
GetRoomListsResponse
Represents the response to a GetRoomLists operation. |
class |
GetRoomsResponse
Represents the response to a GetRooms operation. |
class |
GetServerTimeZonesResponse
Represents the response to a GetServerTimeZones request. |
class |
GetStreamingEventsResponse
Represents the response to a subscription event 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 |
PlayOnPhoneResponse
Represents the response to a PlayOnPhone operation. |
class |
ResolveNamesResponse
Represents the response to a name resolution operation. |
class |
SubscribeResponse<TSubscription extends SubscriptionBase>
Represents the base response class to subscription creation operations. |
class |
SuggestionsResponse
Represents the base response class to subscription creation operations. |
class |
SyncFolderHierarchyResponse
Represents the response to a folder synchronization operation. |
class |
SyncFolderItemsResponse
Represents the response to a folder item synchronization operation. |
class |
SyncResponse<TServiceObject extends ServiceObject,TChange extends Change>
Represents the base response class for synchronuization operations. |
class |
UpdateFolderResponse
Represents response to UpdateFolder request. |
class |
UpdateInboxRulesResponse
Represents the response to a UpdateInboxRulesResponse operation. |
class |
UpdateItemResponse
The Class UpdateItemResponse. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||