static Comment.Builder |
Comment.builder() |
|
Comment.Builder |
Comment.Builder.commentId(String commentId) |
The ID of the comment.
|
default Comment.Builder |
Comment.Builder.contributor(Consumer<User.Builder> contributor) |
The details of the user who made the comment.
|
Comment.Builder |
Comment.Builder.contributor(User contributor) |
The details of the user who made the comment.
|
Comment.Builder |
Comment.Builder.createdTimestamp(Instant createdTimestamp) |
The time that the comment was created.
|
Comment.Builder |
Comment.Builder.parentId(String parentId) |
The ID of the parent comment.
|
Comment.Builder |
Comment.Builder.recipientId(String recipientId) |
If the comment is a reply to another user's comment, this field contains the user ID of the user being
replied to.
|
Comment.Builder |
Comment.Builder.status(String status) |
The status of the comment.
|
Comment.Builder |
Comment.Builder.status(CommentStatusType status) |
The status of the comment.
|
Comment.Builder |
Comment.Builder.text(String text) |
The text of the comment.
|
Comment.Builder |
Comment.Builder.threadId(String threadId) |
The ID of the root comment in the thread.
|
Comment.Builder |
Comment.toBuilder() |
|
Comment.Builder |
Comment.Builder.visibility(String visibility) |
The visibility of the comment.
|
Comment.Builder |
Comment.Builder.visibility(CommentVisibilityType visibility) |
The visibility of the comment.
|