| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static CommentMetadata.Builder |
CommentMetadata.builder() |
CommentMetadata.Builder |
CommentMetadata.Builder.commentId(String commentId)
The ID of the comment.
|
CommentMetadata.Builder |
CommentMetadata.Builder.commentStatus(CommentStatusType commentStatus)
The status of the comment.
|
CommentMetadata.Builder |
CommentMetadata.Builder.commentStatus(String commentStatus)
The status of the comment.
|
default CommentMetadata.Builder |
CommentMetadata.Builder.contributor(Consumer<User.Builder> contributor)
The user who made the comment.
|
CommentMetadata.Builder |
CommentMetadata.Builder.contributor(User contributor)
The user who made the comment.
|
CommentMetadata.Builder |
CommentMetadata.Builder.contributorId(String contributorId)
The ID of the user who made the comment.
|
CommentMetadata.Builder |
CommentMetadata.Builder.createdTimestamp(Instant createdTimestamp)
The timestamp that the comment was created.
|
CommentMetadata.Builder |
CommentMetadata.Builder.recipientId(String recipientId)
The ID of the user being replied to.
|
CommentMetadata.Builder |
CommentMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CommentMetadata.Builder> |
CommentMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResponseItem.Builder |
ResponseItem.Builder.commentMetadata(Consumer<CommentMetadata.Builder> commentMetadata)
The comment that matches the query.
|
default Activity.Builder |
Activity.Builder.commentMetadata(Consumer<CommentMetadata.Builder> commentMetadata)
Metadata of the commenting activity.
|
Copyright © 2023. All rights reserved.