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