Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsChatParticipantRequest
Packages that use PatchConversationsChatParticipantRequest
-
Uses of PatchConversationsChatParticipantRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsChatParticipantRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationsChatParticipant(PatchConversationsChatParticipantRequest request) Deprecated.ConversationsApiAsync.patchConversationsChatParticipantAsync(PatchConversationsChatParticipantRequest request, AsyncApiCallback<Void> callback) Deprecated. -
Uses of PatchConversationsChatParticipantRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsChatParticipantRequestModifier and TypeMethodDescriptionPatchConversationsChatParticipantRequest.Builder.build()PatchConversationsChatParticipantRequest.withBody(MediaParticipantRequest body) PatchConversationsChatParticipantRequest.withConversationId(String conversationId) PatchConversationsChatParticipantRequest.withCustomHeader(String name, String value) PatchConversationsChatParticipantRequest.withParticipantId(String participantId)