Package org.jclouds.gogrid.binders
Class BindIdsToQueryParams
- java.lang.Object
 - 
- org.jclouds.gogrid.binders.BindIdsToQueryParams
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BindIdsToQueryParams() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input)Binds the ids to query parameters. 
 - 
 
- 
- 
Method Detail
- 
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
Binds the ids to query parameters. The pattern, as specified by GoGrid's specification, is: https://api.gogrid.com/api/grid/server/get ?id=5153 &id=3232- Specified by:
 bindToRequestin interfaceBinder- Parameters:
 request- request where the query params will be setinput- array of String params
 
 - 
 
 -