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