| 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 |
ResponseItem.getCommentMetadata()
The comment that matches the query.
|
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.withContributorId(String contributorId)
The ID of 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.
|
void |
ResponseItem.setCommentMetadata(CommentMetadata commentMetadata)
The comment that matches the query.
|
Activity |
Activity.withCommentMetadata(CommentMetadata commentMetadata)
Metadata of the commenting activity.
|
ResponseItem |
ResponseItem.withCommentMetadata(CommentMetadata commentMetadata)
The comment that matches the query.
|
Copyright © 2024. All rights reserved.