| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
CommentMetadata |
CommentMetadata.clone() |
CommentMetadata |
Activity.getCommentMetadata()
Metadata of the commenting activity.
|
CommentMetadata |
CommentMetadata.withCommentId(String commentId)
The ID of the comment.
|
CommentMetadata |
CommentMetadata.withCommentStatus(CommentStatusType commentStatus)
The status of the comment.
|
CommentMetadata |
CommentMetadata.withCommentStatus(String commentStatus)
The status of the comment.
|
CommentMetadata |
CommentMetadata.withContributor(User contributor)
The user who made the comment.
|
CommentMetadata |
CommentMetadata.withCreatedTimestamp(Date createdTimestamp)
The timestamp that the comment was created.
|
CommentMetadata |
CommentMetadata.withRecipientId(String recipientId)
The ID of the user being replied to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setCommentMetadata(CommentMetadata commentMetadata)
Metadata of the commenting activity.
|
Activity |
Activity.withCommentMetadata(CommentMetadata commentMetadata)
Metadata of the commenting activity.
|
Copyright © 2017. All rights reserved.