public interface IWorkbookNamedItemCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookNamedItemCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookNamedItemCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookNamedItemCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookNamedItemCollectionPage> callback) |
IWorkbookNamedItemCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookNamedItem |
post(WorkbookNamedItem newWorkbookNamedItem) |
void |
post(WorkbookNamedItem newWorkbookNamedItem,
ICallback<? super WorkbookNamedItem> callback) |
IWorkbookNamedItemCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookNamedItemCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookNamedItemCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkbookNamedItemCollectionRequest |
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, withHttpMethodvoid get(ICallback<? super IWorkbookNamedItemCollectionPage> callback)
IWorkbookNamedItemCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookNamedItem newWorkbookNamedItem, ICallback<? super WorkbookNamedItem> callback)
WorkbookNamedItem post(WorkbookNamedItem newWorkbookNamedItem) throws ClientException
ClientExceptionIWorkbookNamedItemCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookNamedItemCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookNamedItemCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookNamedItemCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookNamedItemCollectionRequest top(int value)
value - the max number of items to returnIWorkbookNamedItemCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookNamedItemCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination