public interface IWorkbookChartCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookChartCollectionPage |
get() |
void |
get(ICallback<IWorkbookChartCollectionPage> callback) |
WorkbookChart |
post(WorkbookChart newWorkbookChart) |
void |
post(WorkbookChart newWorkbookChart,
ICallback<WorkbookChart> callback) |
IWorkbookChartCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookChartCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookChartCollectionPage> callback)
IWorkbookChartCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookChart newWorkbookChart, ICallback<WorkbookChart> callback)
WorkbookChart post(WorkbookChart newWorkbookChart) throws ClientException
ClientExceptionIWorkbookChartCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookChartCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookChartCollectionRequest top(int value)
value - the max number of items to return