public interface NeedsParams
RestCollection.
Collections that implement this interface can get to know about the request parameters.
| Modifier and Type | Method and Description |
|---|---|
void |
setParams(com.google.common.collect.ListMultimap<String,String> params)
Sets the request parameter.
|
void setParams(com.google.common.collect.ListMultimap<String,String> params) throws RestApiException
params - the request parameterRestApiException