public interface IWorkbookChartItemRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartItemRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChart |
get()
Gets the WorkbookChart
|
void |
get(ICallback<? super WorkbookChart> callback)
Gets the WorkbookChart
|
WorkbookChart |
patch(WorkbookChart srcWorkbookChart)
Patches the WorkbookChartItem
|
void |
patch(WorkbookChart srcWorkbookChart,
ICallback<? super WorkbookChart> callback)
Patches the WorkbookChartItem
|
WorkbookChart |
put(WorkbookChart srcWorkbookChart)
Puts the WorkbookChartItem
|
void |
put(WorkbookChart srcWorkbookChart,
ICallback<? super WorkbookChart> callback)
Puts the WorkbookChartItem
|
IWorkbookChartItemRequest |
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(WorkbookChart srcWorkbookChart, ICallback<? super WorkbookChart> callback)
srcWorkbookChart - the WorkbookChart with which to PATCHcallback - the callback to be called after success or failureWorkbookChart patch(WorkbookChart srcWorkbookChart) throws ClientException
srcWorkbookChart - the WorkbookChart with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookChart srcWorkbookChart, ICallback<? super WorkbookChart> callback)
srcWorkbookChart - the WorkbookChart to PUTcallback - the callback to be called after success or failureWorkbookChart put(WorkbookChart srcWorkbookChart) throws ClientException
srcWorkbookChart - the WorkbookChart to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super WorkbookChart> callback)
callback - the callback to be called after success or failureWorkbookChart get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookChartItemRequest select(java.lang.String value)
value - the select clauseIWorkbookChartItemRequest expand(java.lang.String value)
value - the expand clause