public class SpaceReadStatus
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
The identifier of this space.
|
java.util.Date |
getLastActivityDate()
The date of last activity in the space
|
java.util.Date |
getLastSeenDate()
The date of the last message in the space that login user has read.
|
Space.SpaceType |
getType()
The type of this space.
|
java.lang.String |
toString() |
public java.lang.String getId()
public Space.SpaceType getType()
public java.util.Date getLastActivityDate()
public java.util.Date getLastSeenDate()
public java.lang.String toString()
toString
in class java.lang.Object