Uses of Class
software.amazon.awssdk.services.connectcases.model.CommentBodyTextType
-
Packages that use CommentBodyTextType Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CommentBodyTextType in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return CommentBodyTextType Modifier and Type Method Description CommentBodyTextTypeCommentContent. contentType()Type of the text in the box of aCommenton a case.static CommentBodyTextTypeCommentBodyTextType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CommentBodyTextTypeCommentBodyTextType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentBodyTextType[]CommentBodyTextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type CommentBodyTextType Modifier and Type Method Description static Set<CommentBodyTextType>CommentBodyTextType. knownValues()Methods in software.amazon.awssdk.services.connectcases.model with parameters of type CommentBodyTextType Modifier and Type Method Description CommentContent.BuilderCommentContent.Builder. contentType(CommentBodyTextType contentType)Type of the text in the box of aCommenton a case.
-