public interface IWorkbookFunctionsFalseRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsFalseRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post()
Creates the WorkbookFunctionsFalse
|
void |
post(ICallback<WorkbookFunctionResult> callback)
Creates the WorkbookFunctionsFalse
|
IWorkbookFunctionsFalseRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void post(ICallback<WorkbookFunctionResult> callback)
callback - the callback to be called after success or failureWorkbookFunctionResult post() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookFunctionsFalseRequest select(java.lang.String value)
value - the select clauseIWorkbookFunctionsFalseRequest expand(java.lang.String value)
value - the expand clause