public interface IWorkbookRangeViewCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
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)
Sets the skip token value for the request
|
IWorkbookRangeViewCollectionRequest |
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 IWorkbookRangeViewCollectionPage> callback)
IWorkbookRangeViewCollectionPage get() throws ClientException
ClientException
void post(WorkbookRangeView newWorkbookRangeView, ICallback<? super WorkbookRangeView> callback)
WorkbookRangeView post(WorkbookRangeView newWorkbookRangeView) throws ClientException
ClientException
IWorkbookRangeViewCollectionRequest expand(java.lang.String value)
value
- the expand clauseIWorkbookRangeViewCollectionRequest filter(java.lang.String value)
value
- the filter clauseIWorkbookRangeViewCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIWorkbookRangeViewCollectionRequest select(java.lang.String value)
value
- the select clauseIWorkbookRangeViewCollectionRequest top(int value)
value
- the max number of items to returnIWorkbookRangeViewCollectionRequest skip(int value)
value
- of the number of items to skipIWorkbookRangeViewCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination