Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantReplaceRequest
Packages that use PostConversationsCallParticipantReplaceRequest
-
Uses of PostConversationsCallParticipantReplaceRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallParticipantReplaceRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationsCallParticipantReplace(PostConversationsCallParticipantReplaceRequest request) Replace this participant with the specified user and/or addressConversationsApiAsync.postConversationsCallParticipantReplaceAsync(PostConversationsCallParticipantReplaceRequest request, AsyncApiCallback<Void> callback) Replace this participant with the specified user and/or address -
Uses of PostConversationsCallParticipantReplaceRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallParticipantReplaceRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantReplaceRequest.Builder.build()PostConversationsCallParticipantReplaceRequest.withBody(TransferRequest body) PostConversationsCallParticipantReplaceRequest.withConversationId(String conversationId) PostConversationsCallParticipantReplaceRequest.withCustomHeader(String name, String value) PostConversationsCallParticipantReplaceRequest.withParticipantId(String participantId)