Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsEmailParticipantAttributesRequest
Packages that use PatchConversationsEmailParticipantAttributesRequest
-
Uses of PatchConversationsEmailParticipantAttributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsEmailParticipantAttributesRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsEmailParticipantAttributes(PatchConversationsEmailParticipantAttributesRequest request) Update the attributes on a conversation participant.ConversationsApiAsync.patchConversationsEmailParticipantAttributesAsync(PatchConversationsEmailParticipantAttributesRequest request, AsyncApiCallback<ParticipantAttributes> callback) Update the attributes on a conversation participant. -
Uses of PatchConversationsEmailParticipantAttributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsEmailParticipantAttributesRequestModifier and TypeMethodDescriptionPatchConversationsEmailParticipantAttributesRequest.Builder.build()PatchConversationsEmailParticipantAttributesRequest.withBody(ParticipantAttributes body) PatchConversationsEmailParticipantAttributesRequest.withConversationId(String conversationId) PatchConversationsEmailParticipantAttributesRequest.withCustomHeader(String name, String value) PatchConversationsEmailParticipantAttributesRequest.withParticipantId(String participantId)