public class AddSeries extends Request
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
seriesId
ID of the series to be created.
|
Constructor and Description |
---|
AddSeries(java.lang.String seriesId)
Construct the request
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getBodyParameters()
Get body parameters
|
HTTPMethod |
getHTTPMethod() |
java.lang.String |
getPath() |
java.util.Map<java.lang.String,java.lang.Object> |
getQueryParameters()
Get query parameters
|
java.lang.String |
getSeriesId() |
getEnsureHttps, getTimeout, setTimeout
public AddSeries(java.lang.String seriesId)
seriesId
- ID of the series to be created.public java.lang.String getSeriesId()
public HTTPMethod getHTTPMethod()
getHTTPMethod
in class Request
public java.lang.String getPath()
public java.util.Map<java.lang.String,java.lang.Object> getQueryParameters()
getQueryParameters
in class Request
public java.util.Map<java.lang.String,java.lang.Object> getBodyParameters()
getBodyParameters
in class Request