Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsMessageParticipantCommunicationRequest
Packages that use PatchConversationsMessageParticipantCommunicationRequest
-
Uses of PatchConversationsMessageParticipantCommunicationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsMessageParticipantCommunicationRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsMessageParticipantCommunication(PatchConversationsMessageParticipantCommunicationRequest request) Update conversation participant's communication by disconnecting it.ConversationsApiAsync.patchConversationsMessageParticipantCommunicationAsync(PatchConversationsMessageParticipantCommunicationRequest request, AsyncApiCallback<Empty> callback) Update conversation participant's communication by disconnecting it. -
Uses of PatchConversationsMessageParticipantCommunicationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsMessageParticipantCommunicationRequestModifier and TypeMethodDescriptionPatchConversationsMessageParticipantCommunicationRequest.Builder.build()PatchConversationsMessageParticipantCommunicationRequest.withBody(MediaParticipantRequest body) PatchConversationsMessageParticipantCommunicationRequest.withCommunicationId(String communicationId) PatchConversationsMessageParticipantCommunicationRequest.withConversationId(String conversationId) PatchConversationsMessageParticipantCommunicationRequest.withCustomHeader(String name, String value) PatchConversationsMessageParticipantCommunicationRequest.withParticipantId(String participantId)