Uses of Class
com.mypurecloud.sdk.v2.model.TransferToAddressRequest
Packages that use TransferToAddressRequest
Package
Description
-
Uses of TransferToAddressRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TransferToAddressRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantTransfer(String conversationId, String participantId, TransferToAddressRequest body) Replace this participant by another one using the address of the destination.ConversationsApi.postConversationParticipantTransferWithHttpInfo(String conversationId, String participantId, TransferToAddressRequest body) Replace this participant by another one using the address of the destination.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TransferToAddressRequestModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantTransfer(ApiRequest<TransferToAddressRequest> request) Replace this participant by another one using the address of the destination.ConversationsApiAsync.postConversationParticipantTransferAsync(ApiRequest<TransferToAddressRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Replace this participant by another one using the address of the destination. -
Uses of TransferToAddressRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TransferToAddressRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TransferToAddressRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TransferToAddressRequestModifier and TypeMethodDescriptionPostConversationParticipantTransferRequest.builder(String conversationId, String participantId, TransferToAddressRequest body) voidPostConversationParticipantTransferRequest.setBody(TransferToAddressRequest body) PostConversationParticipantTransferRequest.Builder.withBody(TransferToAddressRequest body) PostConversationParticipantTransferRequest.withBody(TransferToAddressRequest body) PostConversationParticipantTransferRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferToAddressRequest body) -
Uses of TransferToAddressRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferToAddressRequestModifier and TypeMethodDescriptionUser's name, queue's name, destination's address or phone number.TransferToAddressRequest.keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.TransferToAddressRequest.transferType(TransferToAddressRequest.TransferTypeEnum transferType) The type of transfer to perform.