Package org.jclouds.gogrid.binders
Class BindObjectNameToGetJobsRequestQueryParams
- java.lang.Object
-
- org.jclouds.gogrid.binders.BindObjectNameToGetJobsRequestQueryParams
-
- All Implemented Interfaces:
Binder
public class BindObjectNameToGetJobsRequestQueryParams extends Object implements Binder
- See Also:
GridJobApi.getJobsForObjectName(String)
-
-
Constructor Summary
Constructors Constructor Description BindObjectNameToGetJobsRequestQueryParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input)
Maps the object's name to the input ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
Maps the object's name to the input of Specified by:bindToRequest
in interfaceBinder
-
-
-