public final class Participant
extends java.lang.Object
Conversation
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
The unique ID of this participant.
|
java.util.Date |
getLastRead()
Returns the date when this participant last read messages of the conversation.
|
int |
getUnreadCount()
Returns the unread count for this participant.
|
java.lang.String |
getUserId()
The assigned userId for the user that this participant is associated with.
|
int |
hashCode() |
public java.lang.String getId()
getUserId()
will always be the same.getUserId()
public java.lang.String getUserId()
This property is set automatically by BrandMessenger, and is not configurable.
This is analogous to User.getUserId()
.
public int getUnreadCount()
public java.util.Date getLastRead()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object