Class LineUserId

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

public class LineUserId extends Object implements Serializable
Channel-specific User ID for Line accounts
See Also:
  • Constructor Details

    • LineUserId

      public LineUserId()
    • LineUserId

      public LineUserId(Boolean initWithEmptyList)
  • Method Details

    • userId

      public LineUserId userId(String userId)
      The unique channel-specific userId for the user. Max: 255 characters.
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • 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