Class LineId

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

public class LineId extends Object implements Serializable
User information for a Line account
See Also:
  • Constructor Details

    • LineId

      public LineId()
    • LineId

      public LineId(Boolean initWithEmptyList)
  • Method Details

    • ids

      public LineId ids(List<LineUserId> ids)
      The set of Line userIds that this person has. Each userId is specific to the Line channel that the user interacts with. Max 1 Id.
    • getIds

      public List<LineUserId> getIds()
    • setIds

      public void setIds(List<LineUserId> ids)
    • displayName

      public LineId displayName(String displayName)
      The displayName of this person's account in Line. Max: 100 characters.
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • 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