Modifier and Type | Class and Description |
---|---|
static class |
CreateDropletOptions.Builder |
Modifier and Type | Method and Description |
---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object input) |
static CreateDropletOptions.Builder |
builder() |
Boolean |
getBackupsEnabled() |
Boolean |
getPrivateNetworking() |
Set<Integer> |
getSshKeys() |
String |
getUserData() |
boolean |
isIpv6Enabled() |
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinder
bindToRequest
in interface MapBinder
PayloadParam
public <R extends HttpRequest> R bindToRequest(R request, Object input)
bindToRequest
in interface Binder
public Boolean getPrivateNetworking()
public Boolean getBackupsEnabled()
public boolean isIpv6Enabled()
public String getUserData()
public static CreateDropletOptions.Builder builder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.