public interface IWorkbookTableConvertToRangeRequest extends IHttpRequest
| 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<? super WorkbookRange> callback)
Creates the WorkbookTableConvertToRange
|
IWorkbookTableConvertToRangeRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(ICallback<? super WorkbookRange> callback)
callback - the callback to be called after success or failureWorkbookRange post() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookTableConvertToRangeRequest select(java.lang.String value)
value - the select clauseIWorkbookTableConvertToRangeRequest expand(java.lang.String value)
value - the expand clause