Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallParticipantUserUserIdRequest
Packages that use PatchConversationsCallParticipantUserUserIdRequest
-
Uses of PatchConversationsCallParticipantUserUserIdRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsCallParticipantUserUserIdRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationsCallParticipantUserUserId(PatchConversationsCallParticipantUserUserIdRequest request) Update conversation participant on behalf of a userConversationsApiAsync.patchConversationsCallParticipantUserUserIdAsync(PatchConversationsCallParticipantUserUserIdRequest request, AsyncApiCallback<Void> callback) Update conversation participant on behalf of a user -
Uses of PatchConversationsCallParticipantUserUserIdRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsCallParticipantUserUserIdRequestModifier and TypeMethodDescriptionPatchConversationsCallParticipantUserUserIdRequest.Builder.build()PatchConversationsCallParticipantUserUserIdRequest.withBody(MediaParticipantRequest body) PatchConversationsCallParticipantUserUserIdRequest.withConversationId(String conversationId) PatchConversationsCallParticipantUserUserIdRequest.withCustomHeader(String name, String value) PatchConversationsCallParticipantUserUserIdRequest.withParticipantId(String participantId) PatchConversationsCallParticipantUserUserIdRequest.withUserId(String userId)