public class ScheduleQueryParams
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addQueryParam(ScheduleQueryParam paramName,
java.lang.String paramValue)
Add new query parameters
|
java.util.Map<ScheduleQueryParam,java.lang.String> |
getParams() |
static ScheduleQueryParams |
instance()
Create new instance of ScheduleQueryParams
|
public static ScheduleQueryParams instance()
public void addQueryParam(ScheduleQueryParam paramName, java.lang.String paramValue)
paramName
- the name of the query parameter to be addedparamValue
- the value of the parameterspublic java.util.Map<ScheduleQueryParam,java.lang.String> getParams()