public interface IWorkbookChartSeriesCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartSeriesCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookChartSeriesCollectionPage |
get() |
void |
get(ICallback<IWorkbookChartSeriesCollectionPage> callback) |
WorkbookChartSeries |
post(WorkbookChartSeries newWorkbookChartSeries) |
void |
post(WorkbookChartSeries newWorkbookChartSeries,
ICallback<WorkbookChartSeries> callback) |
IWorkbookChartSeriesCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookChartSeriesCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookChartSeriesCollectionPage> callback)
IWorkbookChartSeriesCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookChartSeries newWorkbookChartSeries, ICallback<WorkbookChartSeries> callback)
WorkbookChartSeries post(WorkbookChartSeries newWorkbookChartSeries) throws ClientException
ClientExceptionIWorkbookChartSeriesCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookChartSeriesCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookChartSeriesCollectionRequest top(int value)
value - the max number of items to return