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