Uses of Class
org.jclouds.digitalocean2.domain.Action.Status
-
Packages that use Action.Status Package Description org.jclouds.digitalocean2.domain -
-
Uses of Action.Status in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Action.Status Modifier and Type Method Description static Action.Status
Action.Status. fromValue(String value)
abstract Action.Status
Action. status()
static Action.Status
Action.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action.Status[]
Action.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.digitalocean2.domain with parameters of type Action.Status Modifier and Type Method Description static Action
Action. create(int id, Action.Status status, String type, Date startedAt, Date completedAt, long resourceId, String resourceType, Region region, String regionSlug)
-