public class WorkbookFunctionsAmorLincRequest extends BaseRequest implements IWorkbookFunctionsAmorLincRequest
| Modifier and Type | Field and Description |
|---|---|
protected WorkbookFunctionsAmorLincBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookFunctionsAmorLincRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookFunctionsAmorLinc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAmorLincRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post() |
void |
post(ICallback<WorkbookFunctionResult> callback) |
IWorkbookFunctionsAmorLincRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookFunctionsAmorLincRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesprotected final WorkbookFunctionsAmorLincBody body
public WorkbookFunctionsAmorLincRequest(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 IWorkbookFunctionsAmorLincRequestpublic WorkbookFunctionResult post() throws ClientException
post in interface IWorkbookFunctionsAmorLincRequestClientExceptionpublic IWorkbookFunctionsAmorLincRequest select(java.lang.String value)
select in interface IWorkbookFunctionsAmorLincRequestvalue - the select clausepublic IWorkbookFunctionsAmorLincRequest top(int value)
top in interface IWorkbookFunctionsAmorLincRequestvalue - the max number of items to returnpublic IWorkbookFunctionsAmorLincRequest expand(java.lang.String value)
expand in interface IWorkbookFunctionsAmorLincRequestvalue - the expand clause