Uses of Class
org.jclouds.digitalocean.domain.Event.Status

Packages that use Event.Status
org.jclouds.digitalocean.domain   
 

Uses of Event.Status in org.jclouds.digitalocean.domain
 

Methods in org.jclouds.digitalocean.domain that return Event.Status
static Event.Status Event.Status.fromValue(String value)
           
 Event.Status Event.getStatus()
           
static Event.Status Event.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Event.Status[] Event.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.digitalocean.domain with parameters of type Event.Status
Event(int id, Event.Status status, int typeId, String percentage, int dropletId)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.