| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
Comment |
CreateCommentResult.getComment()
The comment that has been created.
|
Comment |
Comment.withCommentId(String commentId)
The ID of the comment.
|
Comment |
Comment.withContributor(User contributor)
The details of the user who made the comment.
|
Comment |
Comment.withCreatedTimestamp(Date createdTimestamp)
The time that the comment was created.
|
Comment |
Comment.withParentId(String parentId)
The ID of the parent comment.
|
Comment |
Comment.withRecipientId(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 |
Comment.withStatus(CommentStatusType status)
The status of the comment.
|
Comment |
Comment.withStatus(String status)
The status of the comment.
|
Comment |
Comment.withText(String text)
The text of the comment.
|
Comment |
Comment.withThreadId(String threadId)
The ID of the root comment in the thread.
|
Comment |
Comment.withVisibility(CommentVisibilityType visibility)
The visibility of the comment.
|
Comment |
Comment.withVisibility(String visibility)
The visibility of the comment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
DescribeCommentsResult.getComments()
The list of comments for the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCommentResult.setComment(Comment comment)
The comment that has been created.
|
CreateCommentResult |
CreateCommentResult.withComment(Comment comment)
The comment that has been created.
|
DescribeCommentsResult |
DescribeCommentsResult.withComments(Comment... comments)
The list of comments for the specified document version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCommentsResult.setComments(Collection<Comment> comments)
The list of comments for the specified document version.
|
DescribeCommentsResult |
DescribeCommentsResult.withComments(Collection<Comment> comments)
The list of comments for the specified document version.
|
Copyright © 2017. All rights reserved.