Uses of Class
com.mypurecloud.sdk.v2.model.PatchCallbackRequest
Packages that use PatchCallbackRequest
Package
Description
-
Uses of PatchCallbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchCallbackRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallbacks(PatchCallbackRequest body) Update a scheduled callbackConversationsApi.patchConversationsCallbacksWithHttpInfo(PatchCallbackRequest body) Update a scheduled callbackMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchCallbackRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallbacks(ApiRequest<PatchCallbackRequest> request) Update a scheduled callbackConversationsApiAsync.patchConversationsCallbacksAsync(ApiRequest<PatchCallbackRequest> request, AsyncApiCallback<ApiResponse<PatchCallbackResponse>> callback) Update a scheduled callback -
Uses of PatchCallbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchCallbackRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchCallbackRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchCallbackRequestModifier and TypeMethodDescriptionPatchConversationsCallbacksRequest.builder(PatchCallbackRequest body) voidPatchConversationsCallbacksRequest.setBody(PatchCallbackRequest body) PatchConversationsCallbacksRequest.Builder.withBody(PatchCallbackRequest body) PatchConversationsCallbacksRequest.withBody(PatchCallbackRequest body) PatchConversationsCallbacksRequest.Builder.withRequiredParams(PatchCallbackRequest body) -
Uses of PatchCallbackRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchCallbackRequestModifier and TypeMethodDescriptionThe agentId.PatchCallbackRequest.callbackNumbers(List<String> callbackNumbers) The callbackNumbersPatchCallbackRequest.callbackScheduledTime(Date callbackScheduledTime) The scheduled date-time for the callback.PatchCallbackRequest.conversationId(String conversationId) The conversationId.PatchCallbackRequest.countryCode(String countryCode) The countryCodeThe identifier of the queue to be used for the callback.PatchCallbackRequest.validateCallbackNumbers(Boolean validateCallbackNumbers) validateCallbackNumbersMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type PatchCallbackRequestMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PatchCallbackRequestModifier and TypeMethodDescriptionBulkCallbackPatchRequest.patchCallbackRequests(List<PatchCallbackRequest> patchCallbackRequests) The list of requests to update callbacks in bulkvoidBulkCallbackPatchRequest.setPatchCallbackRequests(List<PatchCallbackRequest> patchCallbackRequests)