Package com.mypurecloud.sdk.v2.model
Class LineId
java.lang.Object
com.mypurecloud.sdk.v2.model.LineId
- All Implemented Interfaces:
Serializable
User information for a Line account
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The displayName of this person's account in Line.booleangetIds()inthashCode()ids(List<LineUserId> ids) The set of Line userIds that this person has.voidsetDisplayName(String displayName) voidsetIds(List<LineUserId> ids) toString()
-
Constructor Details
-
LineId
public LineId() -
LineId
-
-
Method Details
-
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
-
setIds
-
displayName
The displayName of this person's account in Line. Max: 100 characters. -
getDisplayName
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-