| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static CommentStatusType |
CommentStatusType.fromValue(String value)
Use this in place of valueOf.
|
static CommentStatusType |
CommentStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentMetadata.setCommentStatus(CommentStatusType commentStatus)
The status of the comment.
|
void |
Comment.setStatus(CommentStatusType status)
The status of the comment.
|
CommentMetadata |
CommentMetadata.withCommentStatus(CommentStatusType commentStatus)
The status of the comment.
|
Comment |
Comment.withStatus(CommentStatusType status)
The status of the comment.
|
Copyright © 2022. All rights reserved.