Package org.jclouds.digitalocean2.domain
Class DropletCreate.Links
- java.lang.Object
-
- org.jclouds.digitalocean2.domain.DropletCreate.Links
-
- Enclosing class:
- DropletCreate
public abstract static class DropletCreate.Links extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DropletCreate.Links.ActionLink
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<DropletCreate.Links.ActionLink>
actions()
static DropletCreate.Links
create(List<DropletCreate.Links.ActionLink> actions)
-
-
-
Method Detail
-
actions
public abstract List<DropletCreate.Links.ActionLink> actions()
-
create
public static DropletCreate.Links create(List<DropletCreate.Links.ActionLink> actions)
-
-