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