Uses of Class
net.asplode.tumblr.Post.State

Uses of Post.State in net.asplode.tumblr
 

Methods in net.asplode.tumblr that return Post.State
static Post.State Post.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Post.State[] Post.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.asplode.tumblr with parameters of type Post.State
 void Post.setState(Post.State state)