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
|
IWorkbookTableColumnCollectionPage |
get() |
void |
get(ICallback<IWorkbookTableColumnCollectionPage> callback) |
WorkbookTableColumn |
post(WorkbookTableColumn newWorkbookTableColumn) |
void |
post(WorkbookTableColumn newWorkbookTableColumn,
ICallback<WorkbookTableColumn> callback) |
IWorkbookTableColumnCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableColumnCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IWorkbookTableColumnCollectionPage> callback)
get in interface IWorkbookTableColumnCollectionRequestpublic IWorkbookTableColumnCollectionPage get() throws ClientException
get in interface IWorkbookTableColumnCollectionRequestClientExceptionpublic void post(WorkbookTableColumn newWorkbookTableColumn, ICallback<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 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 IWorkbookTableColumnCollectionPage buildFromResponse(WorkbookTableColumnCollectionResponse response)