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