Class Recipient

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

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

    • Recipient

      public Recipient()
    • Recipient

      public Recipient(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public Recipient name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • flow

      public Recipient flow(Flow flow)
      An automate flow object which defines the set of actions to be taken, when a message is received by this recipient.
    • getFlow

      public Flow getFlow()
    • setFlow

      public void setFlow(Flow flow)
    • dateCreated

      public Recipient dateCreated(Date dateCreated)
      Date this recipient was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • dateModified

      public Recipient dateModified(Date dateModified)
      Date this recipient was modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • createdBy

      public Recipient createdBy(User createdBy)
      User that created this recipient
    • getCreatedBy

      public User getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(User createdBy)
    • modifiedBy

      public Recipient modifiedBy(User modifiedBy)
      User that modified this recipient
    • getModifiedBy

      public User getModifiedBy()
    • setModifiedBy

      public void setModifiedBy(User modifiedBy)
    • messengerType

      public Recipient messengerType(Recipient.MessengerTypeEnum messengerType)
      The messenger type for this recipient
    • getMessengerType

      public Recipient.MessengerTypeEnum getMessengerType()
    • setMessengerType

      public void setMessengerType(Recipient.MessengerTypeEnum messengerType)
    • getSelfUri

      public String getSelfUri()
    • 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