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
|
IWorkbookChartSeriesItemAtRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
WorkbookChartSeries |
get()
Gets the WorkbookChartSeries
|
void |
get(ICallback<? super WorkbookChartSeries> callback)
Gets the WorkbookChartSeries
|
IWorkbookChartSeriesItemAtRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
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
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic 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<? super 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<? super 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<? super 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 clausepublic IWorkbookChartSeriesItemAtRequest filter(java.lang.String value)
value - the filter clausepublic IWorkbookChartSeriesItemAtRequest orderBy(java.lang.String value)
value - the order by clause