| Package | Description |
|---|---|
| org.jclouds.digitalocean.domain |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Event(int id,
Event.Status status,
int typeId,
String percentage,
int dropletId) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.