Package com.alfresco.content.models
Class CommentBody
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class CommentBody
-
-
Constructor Summary
Constructors Constructor Description CommentBody(String content)
-
Method Summary
Modifier and Type Method Description final StringgetContent()final UnitsetContent(@Json(name = "content") String content)-
-
Constructor Detail
-
CommentBody
CommentBody(String content)
-
-
Method Detail
-
getContent
final String getContent()
-
setContent
final Unit setContent(@Json(name = "content") String content)
-
-
-
-