public class CommentUpdate extends Update<CommentCommands.CommentUpdateAction>
Comment
in the backend.Constructor and Description |
---|
CommentUpdate() |
Modifier and Type | Method and Description |
---|---|
CommentUpdate |
setAuthor(java.lang.String author)
Sets the author of the comment.
|
CommentUpdate |
setText(java.lang.String text)
Sets the text of the comment.
|
CommentUpdate |
setTitle(java.lang.String title)
Sets the title of the comment.
|
add, getActions, isEmpty
public CommentUpdate setAuthor(java.lang.String author)
public CommentUpdate setTitle(java.lang.String title)
public CommentUpdate setText(java.lang.String text)