Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallRequest
Packages that use PatchConversationsCallRequest
-
Uses of PatchConversationsCallRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsCallRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsCall(PatchConversationsCallRequest request) Update a conversation by setting its recording state, merging in other conversations to create a conference, or disconnecting all of the participantsConversationsApiAsync.patchConversationsCallAsync(PatchConversationsCallRequest request, AsyncApiCallback<Conversation> callback) Update a conversation by setting its recording state, merging in other conversations to create a conference, or disconnecting all of the participants -
Uses of PatchConversationsCallRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsCallRequestModifier and TypeMethodDescriptionPatchConversationsCallRequest.Builder.build()PatchConversationsCallRequest.withBody(Conversation body) PatchConversationsCallRequest.withConversationId(String conversationId) PatchConversationsCallRequest.withCustomHeader(String name, String value)