Package com.mypurecloud.sdk.v2.model
Class TransferDestination
java.lang.Object
com.mypurecloud.sdk.v2.model.TransferDestination
- All Implemented Interfaces:
Serializable
TransferDestination
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe destination address if the command destination is an endpoint.booleaninthashCode()voidsetAddress(String address) voidtoString()The id of the user if the command destination is a user.
-
Constructor Details
-
TransferDestination
public TransferDestination() -
TransferDestination
-
-
Method Details
-
userId
The id of the user if the command destination is a user. -
getUserId
-
setUserId
-
address
The destination address if the command destination is an endpoint. -
getAddress
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-