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