public class BindNamesToQueryParams extends Object implements org.jclouds.rest.Binder
| Constructor and Description |
|---|
BindNamesToQueryParams() |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Object input)
Binds the names to query parameters.
|
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object input)
bindToRequest in interface org.jclouds.rest.Binderrequest - request where the query params will be setinput - array of String paramsCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.