Class UploadBinder
- java.lang.Object
-
- org.jclouds.googlecloudstorage.binders.UploadBinder
-
-
Constructor Summary
Constructors Constructor Description UploadBinder()
-
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)
-
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
- Specified by:
bindToRequestin interfaceMapBinder
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
bindToRequestin interfaceBinder
-
-