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
|
IWorkbookRangeViewCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookRangeViewCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookRangeViewCollectionPage> callback) |
IWorkbookRangeViewCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookRangeView |
post(WorkbookRangeView newWorkbookRangeView) |
void |
post(WorkbookRangeView newWorkbookRangeView,
ICallback<? super WorkbookRangeView> callback) |
IWorkbookRangeViewCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookRangeViewCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookRangeViewCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IWorkbookRangeViewCollectionRequest |
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 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<? super IWorkbookRangeViewCollectionPage> callback)
get in interface IWorkbookRangeViewCollectionRequestpublic IWorkbookRangeViewCollectionPage get() throws ClientException
get in interface IWorkbookRangeViewCollectionRequestClientExceptionpublic void post(WorkbookRangeView newWorkbookRangeView, ICallback<? super 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 filter(java.lang.String value)
filter in interface IWorkbookRangeViewCollectionRequestvalue - the filter clausepublic IWorkbookRangeViewCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkbookRangeViewCollectionRequestvalue - the order by 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 IWorkbookRangeViewCollectionRequest skip(int value)
skip in interface IWorkbookRangeViewCollectionRequestvalue - of the number of items to skippublic IWorkbookRangeViewCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkbookRangeViewCollectionRequestskipToken - - Token for paginationpublic IWorkbookRangeViewCollectionPage buildFromResponse(WorkbookRangeViewCollectionResponse response)