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