public interface IWorkbookTableCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookTableCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookTableCollectionPage> callback) |
IWorkbookTableCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookTable |
post(WorkbookTable newWorkbookTable) |
void |
post(WorkbookTable newWorkbookTable,
ICallback<? super WorkbookTable> callback) |
IWorkbookTableCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookTableCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkbookTableCollectionRequest |
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 IWorkbookTableCollectionPage> callback)
IWorkbookTableCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookTable newWorkbookTable, ICallback<? super WorkbookTable> callback)
WorkbookTable post(WorkbookTable newWorkbookTable) throws ClientException
ClientExceptionIWorkbookTableCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookTableCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookTableCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookTableCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookTableCollectionRequest top(int value)
value - the max number of items to returnIWorkbookTableCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookTableCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination