public interface IWorkbookChartSeriesItemAtRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartSeriesItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartSeries |
get()
Gets the WorkbookChartSeries
|
void |
get(ICallback<? super WorkbookChartSeries> callback)
Gets the WorkbookChartSeries
|
WorkbookChartSeries |
patch(WorkbookChartSeries srcWorkbookChartSeries)
Patches the WorkbookChartSeriesItemAt
|
void |
patch(WorkbookChartSeries srcWorkbookChartSeries,
ICallback<? super WorkbookChartSeries> callback)
Patches the WorkbookChartSeriesItemAt
|
WorkbookChartSeries |
put(WorkbookChartSeries srcWorkbookChartSeries)
Puts the WorkbookChartSeriesItemAt
|
void |
put(WorkbookChartSeries srcWorkbookChartSeries,
ICallback<? super WorkbookChartSeries> callback)
Puts the WorkbookChartSeriesItemAt
|
IWorkbookChartSeriesItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid patch(WorkbookChartSeries srcWorkbookChartSeries, ICallback<? super WorkbookChartSeries> callback)
srcWorkbookChartSeries - the WorkbookChartSeries with which to PATCHcallback - the callback to be called after success or failureWorkbookChartSeries patch(WorkbookChartSeries srcWorkbookChartSeries) throws ClientException
srcWorkbookChartSeries - the WorkbookChartSeries with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookChartSeries srcWorkbookChartSeries, ICallback<? super WorkbookChartSeries> callback)
srcWorkbookChartSeries - the WorkbookChartSeries to PUTcallback - the callback to be called after success or failureWorkbookChartSeries put(WorkbookChartSeries srcWorkbookChartSeries) throws ClientException
srcWorkbookChartSeries - the WorkbookChartSeries to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super WorkbookChartSeries> callback)
callback - the callback to be called after success or failureWorkbookChartSeries get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookChartSeriesItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookChartSeriesItemAtRequest expand(java.lang.String value)
value - the expand clause