Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantTransferRequest
Packages that use PostConversationParticipantTransferRequest
-
Uses of PostConversationParticipantTransferRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationParticipantTransferRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantTransfer(PostConversationParticipantTransferRequest request) Replace this participant by another one using the address of the destination.ConversationsApiAsync.postConversationParticipantTransferAsync(PostConversationParticipantTransferRequest request, AsyncApiCallback<Void> callback) Replace this participant by another one using the address of the destination. -
Uses of PostConversationParticipantTransferRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationParticipantTransferRequestModifier and TypeMethodDescriptionPostConversationParticipantTransferRequest.Builder.build()PostConversationParticipantTransferRequest.withBody(TransferToAddressRequest body) PostConversationParticipantTransferRequest.withConversationId(String conversationId) PostConversationParticipantTransferRequest.withCustomHeader(String name, String value) PostConversationParticipantTransferRequest.withParticipantId(String participantId)