Package org.jclouds.gogrid.binders
Class BindObjectNameToGetJobsRequestQueryParams
- java.lang.Object
-
- org.jclouds.gogrid.binders.BindObjectNameToGetJobsRequestQueryParams
-
- All Implemented Interfaces:
org.jclouds.rest.Binder
public class BindObjectNameToGetJobsRequestQueryParams extends Object implements org.jclouds.rest.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 org.jclouds.http.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 org.jclouds.http.HttpRequest> R bindToRequest(R request, Object input)Maps the object's name to the input of Specified by:bindToRequestin interfaceorg.jclouds.rest.Binder
-
-
-