public class WorkbookTableConvertToRangeRequest extends BaseRequest implements IWorkbookTableConvertToRangeRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookTableConvertToRangeRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookTableConvertToRange
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableConvertToRangeRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRange |
post()
Creates the WorkbookTableConvertToRange
|
void |
post(ICallback<WorkbookRange> callback)
Creates the WorkbookTableConvertToRange
|
IWorkbookTableConvertToRangeRequest |
select(java.lang.String value)
Sets the select clause 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, setUseCachespublic WorkbookTableConvertToRangeRequest(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<WorkbookRange> callback)
post in interface IWorkbookTableConvertToRangeRequestcallback - the callback to be called after success or failurepublic WorkbookRange post() throws ClientException
post in interface IWorkbookTableConvertToRangeRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookTableConvertToRangeRequest select(java.lang.String value)
select in interface IWorkbookTableConvertToRangeRequestvalue - the select clausepublic IWorkbookTableConvertToRangeRequest expand(java.lang.String value)
expand in interface IWorkbookTableConvertToRangeRequestvalue - the expand clause