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