public interface IWorkbookFunctionsImSqrtRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsImSqrtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post() |
void |
post(ICallback<WorkbookFunctionResult> callback) |
IWorkbookFunctionsImSqrtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookFunctionsImSqrtRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<WorkbookFunctionResult> callback)
WorkbookFunctionResult post() throws ClientException
ClientExceptionIWorkbookFunctionsImSqrtRequest select(java.lang.String value)
value - the select clauseIWorkbookFunctionsImSqrtRequest top(int value)
value - the max number of items to returnIWorkbookFunctionsImSqrtRequest expand(java.lang.String value)
value - the expand clause