public interface Post
Modifier and Type | Method and Description |
---|---|
UserIdentity |
getAuthor()
Get the author of the post
|
RichText |
getContent()
Get the content of the post
|
Date |
getCreationDate()
Get the post's creation date.
|
Date |
getLastModified()
Get the post's last modification date.
|
RichText getContent()
RichText
UserIdentity getAuthor()
Date getCreationDate()
Date getLastModified()