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