Uses of Class
software.amazon.awssdk.services.workdocs.model.CommentStatusType
-
Packages that use CommentStatusType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of CommentStatusType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return CommentStatusType Modifier and Type Method Description CommentStatusTypeCommentMetadata. commentStatus()The status of the comment.static CommentStatusTypeCommentStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CommentStatusTypeComment. status()The status of the comment.static CommentStatusTypeCommentStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentStatusType[]CommentStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type CommentStatusType Modifier and Type Method Description static Set<CommentStatusType>CommentStatusType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type CommentStatusType Modifier and Type Method Description CommentMetadata.BuilderCommentMetadata.Builder. commentStatus(CommentStatusType commentStatus)The status of the comment.Comment.BuilderComment.Builder. status(CommentStatusType status)The status of the comment.
-