Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallParticipantRequest.Builder
Packages that use PatchConversationsCallParticipantRequest.Builder
-
Uses of PatchConversationsCallParticipantRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsCallParticipantRequest.BuilderModifier and TypeMethodDescriptionPatchConversationsCallParticipantRequest.builder()PatchConversationsCallParticipantRequest.builder(String conversationId, String participantId, MediaParticipantRequest body) PatchConversationsCallParticipantRequest.Builder.withBody(MediaParticipantRequest body) PatchConversationsCallParticipantRequest.Builder.withConversationId(String conversationId) PatchConversationsCallParticipantRequest.Builder.withParticipantId(String participantId) PatchConversationsCallParticipantRequest.Builder.withRequiredParams(String conversationId, String participantId, MediaParticipantRequest body)