public interface IWorkbookChartItemAtRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChart |
get()
Gets the WorkbookChart
|
void |
get(ICallback<WorkbookChart> callback)
Gets the WorkbookChart
|
WorkbookChart |
patch(WorkbookChart srcWorkbookChart)
Patches the WorkbookChartItemAt
|
void |
patch(WorkbookChart srcWorkbookChart,
ICallback<WorkbookChart> callback)
Patches the WorkbookChartItemAt
|
WorkbookChart |
put(WorkbookChart srcWorkbookChart)
Puts the WorkbookChartItemAt
|
void |
put(WorkbookChart srcWorkbookChart,
ICallback<WorkbookChart> callback)
Puts the WorkbookChartItemAt
|
IWorkbookChartItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void patch(WorkbookChart srcWorkbookChart, ICallback<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<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<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 sentIWorkbookChartItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookChartItemAtRequest expand(java.lang.String value)
value - the expand clause