public interface IWorkbookChartPointCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IWorkbookChartPointCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookChartPointCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookChartPointCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookChartPointCollectionPage> callback) |
IWorkbookChartPointCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookChartPoint |
post(WorkbookChartPoint newWorkbookChartPoint) |
void |
post(WorkbookChartPoint newWorkbookChartPoint,
ICallback<? super WorkbookChartPoint> callback) |
IWorkbookChartPointCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookChartPointCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookChartPointCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkbookChartPointCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
void get(ICallback<? super IWorkbookChartPointCollectionPage> callback)
IWorkbookChartPointCollectionPage get() throws ClientException
ClientException
void post(WorkbookChartPoint newWorkbookChartPoint, ICallback<? super WorkbookChartPoint> callback)
WorkbookChartPoint post(WorkbookChartPoint newWorkbookChartPoint) throws ClientException
ClientException
IWorkbookChartPointCollectionRequest expand(java.lang.String value)
value
- the expand clauseIWorkbookChartPointCollectionRequest filter(java.lang.String value)
value
- the filter clauseIWorkbookChartPointCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIWorkbookChartPointCollectionRequest select(java.lang.String value)
value
- the select clauseIWorkbookChartPointCollectionRequest top(int value)
value
- the max number of items to returnIWorkbookChartPointCollectionRequest skip(int value)
value
- of the number of items to skipIWorkbookChartPointCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination