Modifier and Type | Class and Description |
---|---|
static class |
CreatePortBulkOptions.Builder<T extends CreatePortBulkOptions.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
CreatePortBulkOptions() |
|
CreatePortBulkOptions(List<BulkPort> ports) |
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 CreatePortBulkOptions.Builder<?> |
builder() |
List<BulkPort> |
getPorts() |
CreatePortBulkOptions.Builder<?> |
toBuilder() |
public static CreatePortBulkOptions.Builder<?> builder()
public CreatePortBulkOptions.Builder<?> toBuilder()
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
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.