|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.api.models.CommentRestIn
public class CommentRestIn
The Comment input model for Social Rest APIs.
| Constructor Summary | |
|---|---|
CommentRestIn()
|
|
| Method Summary | |
|---|---|
String |
getText()
Gets the comment text. |
boolean |
isValid()
Checks if this is a valid input, including all required fields. |
void |
setText(String text)
Sets the comment text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommentRestIn()
| Method Detail |
|---|
public String getText()
public void setText(String text)
text - the comment textpublic boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||