| Package | Description |
|---|---|
| org.attribyte.wp.model |
| Modifier and Type | Method and Description |
|---|---|
static Post.CommentStatus |
Post.CommentStatus.fromString(java.lang.String str)
Creates comment status from a string.
|
static Post.CommentStatus |
Post.CommentStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Post.CommentStatus[] |
Post.CommentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|