public class ReviewUpdate extends Update<ReviewCommands.ReviewUpdateAction>
Review in the backend.| Constructor and Description |
|---|
ReviewUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ReviewUpdate |
setAuthor(java.lang.String author)
Sets the author name of the review.
|
ReviewUpdate |
setScore(java.lang.Double score)
Sets the score of the review.
|
ReviewUpdate |
setText(java.lang.String text)
Sets the text of the review.
|
ReviewUpdate |
setTitle(java.lang.String title)
Sets the title of the review.
|
add, getActions, isEmptypublic ReviewUpdate setAuthor(java.lang.String author)
public ReviewUpdate setTitle(java.lang.String title)
public ReviewUpdate setText(java.lang.String text)
public ReviewUpdate setScore(java.lang.Double score)