public interface IWorkbookChartAddRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartAddRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChart |
post() |
void |
post(ICallback<WorkbookChart> callback) |
IWorkbookChartAddRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookChartAddRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<WorkbookChart> callback)
WorkbookChart post() throws ClientException
ClientExceptionIWorkbookChartAddRequest select(java.lang.String value)
value - the select clauseIWorkbookChartAddRequest top(int value)
value - the max number of items to returnIWorkbookChartAddRequest expand(java.lang.String value)
value - the expand clause