Class TransferDestination

java.lang.Object
com.mypurecloud.sdk.v2.model.TransferDestination
All Implemented Interfaces:
Serializable

public class TransferDestination extends Object implements Serializable
TransferDestination
See Also:
  • Constructor Details

    • TransferDestination

      public TransferDestination()
    • TransferDestination

      public TransferDestination(Boolean initWithEmptyList)
  • Method Details

    • userId

      public TransferDestination userId(String userId)
      The id of the user if the command destination is a user.
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • address

      public TransferDestination address(String address)
      The destination address if the command destination is an endpoint.
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object