Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallbackRequest
Packages that use PatchConversationsCallbackRequest
-
Uses of PatchConversationsCallbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsCallbackRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallback(PatchConversationsCallbackRequest request) Update a conversation by disconnecting all of the participantsConversationsApiAsync.patchConversationsCallbackAsync(PatchConversationsCallbackRequest request, AsyncApiCallback<Conversation> callback) Update a conversation by disconnecting all of the participants -
Uses of PatchConversationsCallbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsCallbackRequestModifier and TypeMethodDescriptionPatchConversationsCallbackRequest.Builder.build()PatchConversationsCallbackRequest.withBody(Conversation body) PatchConversationsCallbackRequest.withConversationId(String conversationId) PatchConversationsCallbackRequest.withCustomHeader(String name, String value)