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