public class Comment extends Object
| Constructor and Description |
|---|
Comment(String commentId,
List<DocumentElement> body,
Optional<String> authorName,
Optional<String> authorInitials) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAuthorInitials() |
Optional<String> |
getAuthorName() |
List<DocumentElement> |
getBody() |
String |
getCommentId() |
Copyright © 2018. All rights reserved.