| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
CommentContent |
CommentContent.clone() |
CommentContent |
RelatedItemContent.getComment()
Represents the content of a comment to be returned to agents.
|
CommentContent |
RelatedItemInputContent.getComment()
Represents the content of a comment to be returned to agents.
|
CommentContent |
CommentContent.withBody(String body)
Text in the body of a
Comment on a case. |
CommentContent |
CommentContent.withContentType(CommentBodyTextType contentType)
Type of the text in the box of a
Comment on a case. |
CommentContent |
CommentContent.withContentType(String contentType)
Type of the text in the box of a
Comment on a case. |
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedItemContent.setComment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
void |
RelatedItemInputContent.setComment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
RelatedItemContent |
RelatedItemContent.withComment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
RelatedItemInputContent |
RelatedItemInputContent.withComment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
Copyright © 2023. All rights reserved.