Package com.mypurecloud.sdk.v2.model
Class TransferToQueueRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TransferToQueueRequest
- All Implemented Interfaces:
Serializable
TransferToQueueRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of transfer to perform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.The id of the queue.The name of the queue.voidsetKeepInternalMessageAlive(Boolean keepInternalMessageAlive) voidsetQueueId(String queueId) voidsetQueueName(String queueName) voidsetTransferType(TransferToQueueRequest.TransferTypeEnum transferType) toString()transferType(TransferToQueueRequest.TransferTypeEnum transferType) The type of transfer to perform.
-
Constructor Details
-
TransferToQueueRequest
public TransferToQueueRequest() -
TransferToQueueRequest
-
-
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
-
queueId
The id of the queue. -
getQueueId
-
setQueueId
-
queueName
The name of the queue. -
getQueueName
-
setQueueName
-
equals
-
hashCode
public int hashCode() -
toString
-