Package com.mypurecloud.sdk.v2.model
Class TransferToAddressRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TransferToAddressRequest
- All Implemented Interfaces:
Serializable
TransferToAddressRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of transfer to perform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUser's name, queue's name, destination's address or phone number.booleaninthashCode()keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.voidsetAddress(String address) voidsetKeepInternalMessageAlive(Boolean keepInternalMessageAlive) voidsetTransferType(TransferToAddressRequest.TransferTypeEnum transferType) toString()transferType(TransferToAddressRequest.TransferTypeEnum transferType) The type of transfer to perform.
-
Constructor Details
-
TransferToAddressRequest
public TransferToAddressRequest() -
TransferToAddressRequest
-
-
Method Details
-
transferType
public TransferToAddressRequest transferType(TransferToAddressRequest.TransferTypeEnum 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
-
address
User's name, queue's name, destination's address or phone number. -
getAddress
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-