public interface IWorkbookTableColumnCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableColumnCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableColumnCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookTableColumnCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookTableColumnCollectionPage> callback) |
IWorkbookTableColumnCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookTableColumn |
post(WorkbookTableColumn newWorkbookTableColumn) |
void |
post(WorkbookTableColumn newWorkbookTableColumn,
ICallback<? super WorkbookTableColumn> callback) |
IWorkbookTableColumnCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableColumnCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookTableColumnCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkbookTableColumnCollectionRequest |
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 IWorkbookTableColumnCollectionPage> callback)
IWorkbookTableColumnCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookTableColumn newWorkbookTableColumn, ICallback<? super WorkbookTableColumn> callback)
WorkbookTableColumn post(WorkbookTableColumn newWorkbookTableColumn) throws ClientException
ClientExceptionIWorkbookTableColumnCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookTableColumnCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookTableColumnCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookTableColumnCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookTableColumnCollectionRequest top(int value)
value - the max number of items to returnIWorkbookTableColumnCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookTableColumnCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination