Class EmptyOptions
java.lang.Object
org.jclouds.openstack.neutron.v2.options.EmptyOptions
This class is used for methods who don't need a wrapper around their JSON body
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object input) <R extends HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams) creates and binds the POST payload to the request using parameters specified. 
- 
Constructor Details
- 
EmptyOptions
public EmptyOptions() 
 - 
 - 
Method Details
- 
bindToRequest
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- See Also:
 
 - 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -