public abstract class DropletCreate extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DropletCreate.Links |
Modifier and Type | Method and Description |
---|---|
static DropletCreate |
create(Droplet droplet,
DropletCreate.Links links) |
abstract Droplet |
droplet() |
abstract DropletCreate.Links |
links() |
public abstract Droplet droplet()
public abstract DropletCreate.Links links()
public static DropletCreate create(Droplet droplet, DropletCreate.Links links)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.