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