| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static CommentVisibilityType |
CommentVisibilityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CommentVisibilityType |
CommentVisibilityType.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.
|
CommentVisibilityType |
Comment.visibility()
The visibility of the comment.
|
CommentVisibilityType |
CreateCommentRequest.visibility()
The visibility of the comment.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CommentVisibilityType> |
CommentVisibilityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Comment.Builder |
Comment.Builder.visibility(CommentVisibilityType visibility)
The visibility of the comment.
|
CreateCommentRequest.Builder |
CreateCommentRequest.Builder.visibility(CommentVisibilityType visibility)
The visibility of the comment.
|
Copyright © 2023. All rights reserved.