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