public class ResponseValues extends DslBase
Constructor and Description |
---|
ResponseValues() |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Adds the value to the list of values under the indicated key
|
Map<String,List<String>> |
getAllValues() |
void |
setValues(String key,
List<String> value)
Replaces all values stored under the key with the provided list
|