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