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