Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsEmailParticipantRequest
Packages that use PatchConversationsEmailParticipantRequest
-
Uses of PatchConversationsEmailParticipantRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsEmailParticipantRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationsEmailParticipant(PatchConversationsEmailParticipantRequest request) Update conversation participantConversationsApiAsync.patchConversationsEmailParticipantAsync(PatchConversationsEmailParticipantRequest request, AsyncApiCallback<Void> callback) Update conversation participant -
Uses of PatchConversationsEmailParticipantRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsEmailParticipantRequestModifier and TypeMethodDescriptionPatchConversationsEmailParticipantRequest.Builder.build()PatchConversationsEmailParticipantRequest.withBody(MediaParticipantRequest body) PatchConversationsEmailParticipantRequest.withConversationId(String conversationId) PatchConversationsEmailParticipantRequest.withCustomHeader(String name, String value) PatchConversationsEmailParticipantRequest.withParticipantId(String participantId)