Class BindToGroupConfigurationRequestPayload
- java.lang.Object
-
- org.jclouds.rackspace.autoscale.v1.binders.BindToGroupConfigurationRequestPayload
-
-
Field Summary
Fields Modifier and Type Field Description protected Json
jsonBinder
-
Constructor Summary
Constructors Constructor Description BindToGroupConfigurationRequestPayload(Json jsonBinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object toBind)
<R extends HttpRequest>
RbindToRequest(R request, Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
-
-
-
Field Detail
-
jsonBinder
protected final Json jsonBinder
-
-
Constructor Detail
-
BindToGroupConfigurationRequestPayload
@Inject public BindToGroupConfigurationRequestPayload(Json jsonBinder)
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
PayloadParam
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
- Specified by:
bindToRequest
in interfaceBinder
-
-