public class ParamBuilder extends Object
| Constructor and Description |
|---|
ParamBuilder() |
| Modifier and Type | Method and Description |
|---|---|
URI |
forURL(URI uri) |
Map<String,Object> |
getParams() |
ParamBuilder |
put(String name,
Object value)
Adds or replaces a parameter
|
public ParamBuilder put(String name, Object value)
name - the name of the parametervalue - the value to the parameterpublic URI forURL(URI uri)
uri - A URL to which the query string will be appendedCopyright © 2017. All Rights Reserved.