Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsEmailRequest
Packages that use PatchConversationsEmailRequest
-
Uses of PatchConversationsEmailRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsEmailRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsEmail(PatchConversationsEmailRequest request) Update a conversation by disconnecting all of the participantsConversationsApiAsync.patchConversationsEmailAsync(PatchConversationsEmailRequest request, AsyncApiCallback<Conversation> callback) Update a conversation by disconnecting all of the participants -
Uses of PatchConversationsEmailRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsEmailRequestModifier and TypeMethodDescriptionPatchConversationsEmailRequest.Builder.build()PatchConversationsEmailRequest.withBody(Conversation body) PatchConversationsEmailRequest.withConversationId(String conversationId) PatchConversationsEmailRequest.withCustomHeader(String name, String value)