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