DigitalOcean API Client in Java

Uses of Class
com.myjeeva.digitalocean.DropletStatus

Packages that use DropletStatus
com.myjeeva.digitalocean   
 

Uses of DropletStatus in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that return DropletStatus
static DropletStatus DropletStatus.fromValue(String value)
           
static DropletStatus DropletStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DropletStatus[] DropletStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


DigitalOcean API Client in Java

Copyright © 2014 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.