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