public class WorkbookChartItemAtRequest extends BaseRequest implements IWorkbookChartItemAtRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookChartItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookChartItemAt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookChartItemAtRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
WorkbookChart |
get()
Gets the WorkbookChart
|
void |
get(ICallback<? super WorkbookChart> callback)
Gets the WorkbookChart
|
IWorkbookChartItemAtRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookChart |
patch(WorkbookChart srcWorkbookChart)
Patches the WorkbookChartItemAt
|
void |
patch(WorkbookChart srcWorkbookChart,
ICallback<? super WorkbookChart> callback)
Patches the WorkbookChartItemAt
|
WorkbookChart |
put(WorkbookChart srcWorkbookChart)
Puts the WorkbookChartItemAt
|
void |
put(WorkbookChart srcWorkbookChart,
ICallback<? super WorkbookChart> callback)
Puts the WorkbookChartItemAt
|
IWorkbookChartItemAtRequest |
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 WorkbookChartItemAtRequest(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(WorkbookChart srcWorkbookChart, ICallback<? super WorkbookChart> callback)
patch in interface IWorkbookChartItemAtRequestsrcWorkbookChart - the WorkbookChart with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookChart patch(WorkbookChart srcWorkbookChart) throws ClientException
patch in interface IWorkbookChartItemAtRequestsrcWorkbookChart - the WorkbookChart with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookChart srcWorkbookChart, ICallback<? super WorkbookChart> callback)
put in interface IWorkbookChartItemAtRequestsrcWorkbookChart - the WorkbookChart to PUTcallback - the callback to be called after success or failurepublic WorkbookChart put(WorkbookChart srcWorkbookChart) throws ClientException
put in interface IWorkbookChartItemAtRequestsrcWorkbookChart - the WorkbookChart to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<? super WorkbookChart> callback)
get in interface IWorkbookChartItemAtRequestcallback - the callback to be called after success or failurepublic WorkbookChart get() throws ClientException
get in interface IWorkbookChartItemAtRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookChartItemAtRequest select(java.lang.String value)
select in interface IWorkbookChartItemAtRequestvalue - the select clausepublic IWorkbookChartItemAtRequest expand(java.lang.String value)
expand in interface IWorkbookChartItemAtRequestvalue - the expand clausepublic IWorkbookChartItemAtRequest filter(java.lang.String value)
value - the filter clausepublic IWorkbookChartItemAtRequest orderBy(java.lang.String value)
value - the order by clause