public class Parameters extends LinkedMultiValueMap<String,String>
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
String |
toQueryString()
Converts the parameters to a query string suitable for use in a URI or the body of
a form-encoded request
|
add, clear, containsKey, containsValue, entrySet, equals, get, getFirst, hashCode, isEmpty, keySet, put, putAll, remove, set, setAll, size, toSingleValueMap, toString, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String toQueryString()