Package org.jclouds.ultradns.ws.binders
Class ZoneAndResourceRecordToXML
- java.lang.Object
 - 
- org.jclouds.ultradns.ws.binders.ZoneAndResourceRecordToXML
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ZoneAndResourceRecordToXML() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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. 
 - 
 
- 
- 
Method Detail
- 
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- See Also:
 PayloadParam
 
- 
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
 bindToRequestin interfaceBinder
 
 - 
 
 -