| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateNetworkOptions.Builder<T extends UpdateNetworkOptions.Builder<T>> |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateNetworkOptions() |
|
UpdateNetworkOptions(String name,
Boolean adminStateUp) |
| 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 UpdateNetworkOptions.Builder<?> |
builder() |
boolean |
getAdminStateUp() |
String |
getName() |
UpdateNetworkOptions.Builder<?> |
toBuilder() |
public static UpdateNetworkOptions.Builder<?> builder()
public UpdateNetworkOptions.Builder<?> toBuilder()
public String getName()
public boolean getAdminStateUp()
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.