public class WorkbookTableColumnAddRequest extends BaseRequest implements IWorkbookTableColumnAddRequest
| Modifier and Type | Field and Description |
|---|---|
protected WorkbookTableColumnAddBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookTableColumnAddRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookTableColumnAdd
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableColumnAddRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookTableColumn |
post() |
void |
post(ICallback<WorkbookTableColumn> callback) |
IWorkbookTableColumnAddRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableColumnAddRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesprotected final WorkbookTableColumnAddBody body
public WorkbookTableColumnAddRequest(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 post(ICallback<WorkbookTableColumn> callback)
post in interface IWorkbookTableColumnAddRequestpublic WorkbookTableColumn post() throws ClientException
post in interface IWorkbookTableColumnAddRequestClientExceptionpublic IWorkbookTableColumnAddRequest select(java.lang.String value)
select in interface IWorkbookTableColumnAddRequestvalue - the select clausepublic IWorkbookTableColumnAddRequest top(int value)
top in interface IWorkbookTableColumnAddRequestvalue - the max number of items to returnpublic IWorkbookTableColumnAddRequest expand(java.lang.String value)
expand in interface IWorkbookTableColumnAddRequestvalue - the expand clause