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
|
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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IWorkbookChartPointCollectionPage> callback)
get in interface IWorkbookChartPointCollectionRequestpublic IWorkbookChartPointCollectionPage get() throws ClientException
get in interface IWorkbookChartPointCollectionRequestClientExceptionpublic void post(WorkbookChartPoint newWorkbookChartPoint, ICallback<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 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 IWorkbookChartPointCollectionPage buildFromResponse(WorkbookChartPointCollectionResponse response)