Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationParticipantRequest
Packages that use PatchConversationParticipantRequest
-
Uses of PatchConversationParticipantRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationParticipantRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationParticipant(PatchConversationParticipantRequest request) Update a participant.ConversationsApiAsync.patchConversationParticipantAsync(PatchConversationParticipantRequest request, AsyncApiCallback<Void> callback) Update a participant. -
Uses of PatchConversationParticipantRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationParticipantRequestModifier and TypeMethodDescriptionPatchConversationParticipantRequest.Builder.build()PatchConversationParticipantRequest.withBody(MediaParticipantRequest body) PatchConversationParticipantRequest.withConversationId(String conversationId) PatchConversationParticipantRequest.withCustomHeader(String name, String value) PatchConversationParticipantRequest.withParticipantId(String participantId)