| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static CommentVisibilityType |
CommentVisibilityType.fromValue(String value)
Use this in place of valueOf.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setVisibility(CommentVisibilityType visibility)
The visibility of the comment.
|
void |
CreateCommentRequest.setVisibility(CommentVisibilityType visibility)
The visibility of the comment.
|
Comment |
Comment.withVisibility(CommentVisibilityType visibility)
The visibility of the comment.
|
CreateCommentRequest |
CreateCommentRequest.withVisibility(CommentVisibilityType visibility)
The visibility of the comment.
|
Copyright © 2024. All rights reserved.