public class WorkbookFunctionsFvRequest extends BaseRequest implements IWorkbookFunctionsFvRequest
Modifier and Type | Field and Description |
---|---|
protected WorkbookFunctionsFvBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING
Constructor and Description |
---|
WorkbookFunctionsFvRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookFunctionsFv
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsFvRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post() |
void |
post(ICallback<WorkbookFunctionResult> callback) |
IWorkbookFunctionsFvRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookFunctionsFvRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getFunctionOptions, getHeaders, getHttpMethod, getOptions, getQueryOptions, getRequestUrl, getResponseType, getUseCaches, send, send, setHttpMethod, setUseCaches
protected final WorkbookFunctionsFvBody body
public WorkbookFunctionsFvRequest(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic void post(ICallback<WorkbookFunctionResult> callback)
post
in interface IWorkbookFunctionsFvRequest
public WorkbookFunctionResult post() throws ClientException
post
in interface IWorkbookFunctionsFvRequest
ClientException
public IWorkbookFunctionsFvRequest select(java.lang.String value)
select
in interface IWorkbookFunctionsFvRequest
value
- the select clausepublic IWorkbookFunctionsFvRequest top(int value)
top
in interface IWorkbookFunctionsFvRequest
value
- the max number of items to returnpublic IWorkbookFunctionsFvRequest expand(java.lang.String value)
expand
in interface IWorkbookFunctionsFvRequest
value
- the expand clause