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<java.lang.String,java.lang.String> params)
Sets the request parameter.
|
void setParams(com.google.common.collect.ListMultimap<java.lang.String,java.lang.String> params) throws RestApiException
params
- the request parameterRestApiException