public class WorkbookChartSeriesItemAtRequest extends BaseRequest implements IWorkbookChartSeriesItemAtRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookChartSeriesItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookChartSeriesItemAt
|
| 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<WorkbookChartSeries> callback)
Gets the WorkbookChartSeries
|
WorkbookChartSeries |
patch(WorkbookChartSeries srcWorkbookChartSeries)
Patches the WorkbookChartSeriesItemAt
|
void |
patch(WorkbookChartSeries srcWorkbookChartSeries,
ICallback<WorkbookChartSeries> callback)
Patches the WorkbookChartSeriesItemAt
|
WorkbookChartSeries |
put(WorkbookChartSeries srcWorkbookChartSeries)
Puts the WorkbookChartSeriesItemAt
|
void |
put(WorkbookChartSeries srcWorkbookChartSeries,
ICallback<WorkbookChartSeries> callback)
Puts the WorkbookChartSeriesItemAt
|
IWorkbookChartSeriesItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic WorkbookChartSeriesItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void patch(WorkbookChartSeries srcWorkbookChartSeries, ICallback<WorkbookChartSeries> callback)
patch in interface IWorkbookChartSeriesItemAtRequestsrcWorkbookChartSeries - the WorkbookChartSeries with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookChartSeries patch(WorkbookChartSeries srcWorkbookChartSeries) throws ClientException
patch in interface IWorkbookChartSeriesItemAtRequestsrcWorkbookChartSeries - the WorkbookChartSeries with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookChartSeries srcWorkbookChartSeries, ICallback<WorkbookChartSeries> callback)
put in interface IWorkbookChartSeriesItemAtRequestsrcWorkbookChartSeries - the WorkbookChartSeries to PUTcallback - the callback to be called after success or failurepublic WorkbookChartSeries put(WorkbookChartSeries srcWorkbookChartSeries) throws ClientException
put in interface IWorkbookChartSeriesItemAtRequestsrcWorkbookChartSeries - the WorkbookChartSeries to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<WorkbookChartSeries> callback)
get in interface IWorkbookChartSeriesItemAtRequestcallback - the callback to be called after success or failurepublic WorkbookChartSeries get() throws ClientException
get in interface IWorkbookChartSeriesItemAtRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookChartSeriesItemAtRequest select(java.lang.String value)
select in interface IWorkbookChartSeriesItemAtRequestvalue - the select clausepublic IWorkbookChartSeriesItemAtRequest expand(java.lang.String value)
expand in interface IWorkbookChartSeriesItemAtRequestvalue - the expand clause