Interface NeedsParams
-
public interface NeedsParams
Optional interface forRestCollection
.Collections that implement this interface can get to know about the request parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setParams(ListMultimap<String,String> params)
Sets the request parameter.
-
-
-
Method Detail
-
setParams
void setParams(ListMultimap<String,String> params) throws RestApiException
Sets the request parameter.- Parameters:
params
- the request parameter- Throws:
RestApiException
-
-