public interface IWorkbookChartSeriesItemAtRequest
| 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
|
void patch(WorkbookChartSeries srcWorkbookChartSeries, ICallback<WorkbookChartSeries> callback)
srcWorkbookChartSeries - the WorkbookChartSeries with which to PATCHcallback - the callback to be called after success or failureWorkbookChartSeries patch(WorkbookChartSeries srcWorkbookChartSeries) throws ClientException
srcWorkbookChartSeries - the WorkbookChartSeries with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookChartSeries srcWorkbookChartSeries, ICallback<WorkbookChartSeries> callback)
srcWorkbookChartSeries - the WorkbookChartSeries to PUTcallback - the callback to be called after success or failureWorkbookChartSeries put(WorkbookChartSeries srcWorkbookChartSeries) throws ClientException
srcWorkbookChartSeries - the WorkbookChartSeries to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<WorkbookChartSeries> callback)
callback - the callback to be called after success or failureWorkbookChartSeries get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookChartSeriesItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookChartSeriesItemAtRequest expand(java.lang.String value)
value - the expand clause