Uses of Class
com.buttercms.model.Post.Status
| Package | Description |
|---|---|
| com.buttercms.model |
-
Uses of Post.Status in com.buttercms.model
Methods in com.buttercms.model that return Post.Status Modifier and Type Method Description Post.StatusPost. getStatus()static Post.StatusPost.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Post.Status[]Post.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.buttercms.model with parameters of type Post.Status Modifier and Type Method Description voidPost. setStatus(Post.Status status)