public interface IWorkbookChartPointCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartPointCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookChartPointCollectionPage |
get() |
void |
get(ICallback<IWorkbookChartPointCollectionPage> callback) |
WorkbookChartPoint |
post(WorkbookChartPoint newWorkbookChartPoint) |
void |
post(WorkbookChartPoint newWorkbookChartPoint,
ICallback<WorkbookChartPoint> callback) |
IWorkbookChartPointCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookChartPointCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookChartPointCollectionPage> callback)
IWorkbookChartPointCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookChartPoint newWorkbookChartPoint, ICallback<WorkbookChartPoint> callback)
WorkbookChartPoint post(WorkbookChartPoint newWorkbookChartPoint) throws ClientException
ClientExceptionIWorkbookChartPointCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookChartPointCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookChartPointCollectionRequest top(int value)
value - the max number of items to return