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