public class WorkbookChartPointCollectionRequest extends BaseCollectionRequest<WorkbookChartPointCollectionResponse,IWorkbookChartPointCollectionPage> implements IWorkbookChartPointCollectionRequest
| Constructor and Description |
|---|
WorkbookChartPointCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookChartPoint
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartPointCollectionPage |
buildFromResponse(WorkbookChartPointCollectionResponse response) |
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)
Add Skip token for pagination
|
IWorkbookChartPointCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WorkbookChartPointCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IWorkbookChartPointCollectionPage> callback)
get in interface IWorkbookChartPointCollectionRequestpublic IWorkbookChartPointCollectionPage get() throws ClientException
get in interface IWorkbookChartPointCollectionRequestClientExceptionpublic void post(WorkbookChartPoint newWorkbookChartPoint, ICallback<? super WorkbookChartPoint> callback)
post in interface IWorkbookChartPointCollectionRequestpublic WorkbookChartPoint post(WorkbookChartPoint newWorkbookChartPoint) throws ClientException
post in interface IWorkbookChartPointCollectionRequestClientExceptionpublic IWorkbookChartPointCollectionRequest expand(java.lang.String value)
expand in interface IWorkbookChartPointCollectionRequestvalue - the expand clausepublic IWorkbookChartPointCollectionRequest filter(java.lang.String value)
filter in interface IWorkbookChartPointCollectionRequestvalue - the filter clausepublic IWorkbookChartPointCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkbookChartPointCollectionRequestvalue - the order by clausepublic IWorkbookChartPointCollectionRequest select(java.lang.String value)
select in interface IWorkbookChartPointCollectionRequestvalue - the select clausepublic IWorkbookChartPointCollectionRequest top(int value)
top in interface IWorkbookChartPointCollectionRequestvalue - the max number of items to returnpublic IWorkbookChartPointCollectionRequest skip(int value)
skip in interface IWorkbookChartPointCollectionRequestvalue - of the number of items to skippublic IWorkbookChartPointCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkbookChartPointCollectionRequestskipToken - - Token for paginationpublic IWorkbookChartPointCollectionPage buildFromResponse(WorkbookChartPointCollectionResponse response)