| Modifier and Type | Class and Description |
|---|---|
static class |
CreateNetworkBulkOptions.Builder<T extends CreateNetworkBulkOptions.Builder<T>> |
| Modifier | Constructor and Description |
|---|---|
protected |
CreateNetworkBulkOptions() |
|
CreateNetworkBulkOptions(List<BulkNetwork> networks) |
| 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 CreateNetworkBulkOptions.Builder<?> |
builder() |
List<BulkNetwork> |
getNetworks() |
CreateNetworkBulkOptions.Builder<?> |
toBuilder() |
protected CreateNetworkBulkOptions()
public CreateNetworkBulkOptions(List<BulkNetwork> networks)
public static CreateNetworkBulkOptions.Builder<?> builder()
public CreateNetworkBulkOptions.Builder<?> toBuilder()
public List<BulkNetwork> getNetworks()
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic <R extends HttpRequest> R bindToRequest(R request, Object input)
bindToRequest in interface BinderCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.