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