public static interface CommentContent.Builder extends SdkPojo, CopyableBuilder<CommentContent.Builder,CommentContent>
| Modifier and Type | Method and Description |
|---|---|
CommentContent.Builder |
body(String body)
Text in the body of a
Comment on a case. |
CommentContent.Builder |
contentType(CommentBodyTextType contentType)
Type of the text in the box of a
Comment on a case. |
CommentContent.Builder |
contentType(String contentType)
Type of the text in the box of a
Comment on a case. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCommentContent.Builder body(String body)
Text in the body of a Comment on a case.
body - Text in the body of a Comment on a case.CommentContent.Builder contentType(String contentType)
Type of the text in the box of a Comment on a case.
contentType - Type of the text in the box of a Comment on a case.CommentBodyTextType,
CommentBodyTextTypeCommentContent.Builder contentType(CommentBodyTextType contentType)
Type of the text in the box of a Comment on a case.
contentType - Type of the text in the box of a Comment on a case.CommentBodyTextType,
CommentBodyTextTypeCopyright © 2023. All rights reserved.