public class WorkbookTableColumnCollectionRequest extends BaseCollectionRequest<WorkbookTableColumnCollectionResponse,IWorkbookTableColumnCollectionPage> implements IWorkbookTableColumnCollectionRequest
| Constructor and Description |
|---|
WorkbookTableColumnCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookTableColumn
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableColumnCollectionPage |
buildFromResponse(WorkbookTableColumnCollectionResponse response) |
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)
Add Skip token for pagination
|
IWorkbookTableColumnCollectionRequest |
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 WorkbookTableColumnCollectionRequest(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 IWorkbookTableColumnCollectionPage> callback)
get in interface IWorkbookTableColumnCollectionRequestpublic IWorkbookTableColumnCollectionPage get() throws ClientException
get in interface IWorkbookTableColumnCollectionRequestClientExceptionpublic void post(WorkbookTableColumn newWorkbookTableColumn, ICallback<? super WorkbookTableColumn> callback)
post in interface IWorkbookTableColumnCollectionRequestpublic WorkbookTableColumn post(WorkbookTableColumn newWorkbookTableColumn) throws ClientException
post in interface IWorkbookTableColumnCollectionRequestClientExceptionpublic IWorkbookTableColumnCollectionRequest expand(java.lang.String value)
expand in interface IWorkbookTableColumnCollectionRequestvalue - the expand clausepublic IWorkbookTableColumnCollectionRequest filter(java.lang.String value)
filter in interface IWorkbookTableColumnCollectionRequestvalue - the filter clausepublic IWorkbookTableColumnCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkbookTableColumnCollectionRequestvalue - the order by clausepublic IWorkbookTableColumnCollectionRequest select(java.lang.String value)
select in interface IWorkbookTableColumnCollectionRequestvalue - the select clausepublic IWorkbookTableColumnCollectionRequest top(int value)
top in interface IWorkbookTableColumnCollectionRequestvalue - the max number of items to returnpublic IWorkbookTableColumnCollectionRequest skip(int value)
skip in interface IWorkbookTableColumnCollectionRequestvalue - of the number of items to skippublic IWorkbookTableColumnCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkbookTableColumnCollectionRequestskipToken - - Token for paginationpublic IWorkbookTableColumnCollectionPage buildFromResponse(WorkbookTableColumnCollectionResponse response)