public class WorkbookRangeViewCollectionRequest extends BaseCollectionRequest<WorkbookRangeViewCollectionResponse,IWorkbookRangeViewCollectionPage> implements IWorkbookRangeViewCollectionRequest
| Constructor and Description |
|---|
WorkbookRangeViewCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookRangeView
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeViewCollectionPage |
buildFromResponse(WorkbookRangeViewCollectionResponse response) |
IWorkbookRangeViewCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookRangeViewCollectionPage |
get() |
void |
get(ICallback<IWorkbookRangeViewCollectionPage> callback) |
WorkbookRangeView |
post(WorkbookRangeView newWorkbookRangeView) |
void |
post(WorkbookRangeView newWorkbookRangeView,
ICallback<WorkbookRangeView> callback) |
IWorkbookRangeViewCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookRangeViewCollectionRequest |
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 WorkbookRangeViewCollectionRequest(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<IWorkbookRangeViewCollectionPage> callback)
get in interface IWorkbookRangeViewCollectionRequestpublic IWorkbookRangeViewCollectionPage get() throws ClientException
get in interface IWorkbookRangeViewCollectionRequestClientExceptionpublic void post(WorkbookRangeView newWorkbookRangeView, ICallback<WorkbookRangeView> callback)
post in interface IWorkbookRangeViewCollectionRequestpublic WorkbookRangeView post(WorkbookRangeView newWorkbookRangeView) throws ClientException
post in interface IWorkbookRangeViewCollectionRequestClientExceptionpublic IWorkbookRangeViewCollectionRequest expand(java.lang.String value)
expand in interface IWorkbookRangeViewCollectionRequestvalue - the expand clausepublic IWorkbookRangeViewCollectionRequest select(java.lang.String value)
select in interface IWorkbookRangeViewCollectionRequestvalue - the select clausepublic IWorkbookRangeViewCollectionRequest top(int value)
top in interface IWorkbookRangeViewCollectionRequestvalue - the max number of items to returnpublic IWorkbookRangeViewCollectionPage buildFromResponse(WorkbookRangeViewCollectionResponse response)