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