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