| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
CommentContent.Builder |
CommentContent.Builder.body(String body)
Text in the body of a
Comment on a case. |
static CommentContent.Builder |
CommentContent.builder() |
CommentContent.Builder |
CommentContent.Builder.contentType(CommentBodyTextType contentType)
Type of the text in the box of a
Comment on a case. |
CommentContent.Builder |
CommentContent.Builder.contentType(String contentType)
Type of the text in the box of a
Comment on a case. |
CommentContent.Builder |
CommentContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CommentContent.Builder> |
CommentContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RelatedItemContent.Builder |
RelatedItemContent.Builder.comment(Consumer<CommentContent.Builder> comment)
Represents the content of a comment to be returned to agents.
|
default RelatedItemInputContent.Builder |
RelatedItemInputContent.Builder.comment(Consumer<CommentContent.Builder> comment)
Represents the content of a comment to be returned to agents.
|
static RelatedItemContent |
RelatedItemContent.fromComment(Consumer<CommentContent.Builder> comment)
Create an instance of this class with
RelatedItemContent.comment() initialized to the given value. |
static RelatedItemInputContent |
RelatedItemInputContent.fromComment(Consumer<CommentContent.Builder> comment)
Create an instance of this class with
RelatedItemInputContent.comment() initialized to the given value. |
Copyright © 2023. All rights reserved.