Package com.mypurecloud.sdk.v2.model
Class TransferRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TransferRequest
- All Implemented Interfaces:
Serializable
TransferRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of transfer to perform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe user ID or queue ID of the transfer target.booleaninthashCode()keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.The queue ID of the transfer target.voidsetAddress(String address) voidsetKeepInternalMessageAlive(Boolean keepInternalMessageAlive) voidsetQueueId(String queueId) voidsetTransferType(TransferRequest.TransferTypeEnum transferType) voidvoidsetUserName(String userName) voidsetVoicemail(Boolean voicemail) toString()transferType(TransferRequest.TransferTypeEnum transferType) The type of transfer to perform.The user ID of the transfer target.The user name of the transfer target.If true, transfer to the voicemail inbox of the participant that is being replaced.
-
Constructor Details
-
TransferRequest
public TransferRequest() -
TransferRequest
-
-
Method Details
-
transferType
The type of transfer to perform. Attended, where the initiating agent maintains ownership of the conversation until the intended recipient accepts the transfer, or Unattended, where the initiating agent immediately disconnects. Default is Unattended. -
getTransferType
-
setTransferType
-
keepInternalMessageAlive
If true, the digital internal message will NOT be terminated. -
getKeepInternalMessageAlive
-
setKeepInternalMessageAlive
-
userId
The user ID of the transfer target. -
getUserId
-
setUserId
-
address
The user ID or queue ID of the transfer target. Address like a phone number can not be used for callbacks, but they can be used for other forms of communication. -
getAddress
-
setAddress
-
userName
The user name of the transfer target. -
getUserName
-
setUserName
-
queueId
The queue ID of the transfer target. -
getQueueId
-
setQueueId
-
voicemail
If true, transfer to the voicemail inbox of the participant that is being replaced. -
getVoicemail
-
setVoicemail
-
equals
-
hashCode
public int hashCode() -
toString
-