public interface IWorkbookTableConvertToRangeRequest
| 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
|
void post(ICallback<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