public class WorkbookFunctionsStDev_PRequest extends BaseRequest implements IWorkbookFunctionsStDev_PRequest
| Modifier and Type | Field and Description |
|---|---|
protected WorkbookFunctionsStDev_PBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookFunctionsStDev_PRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookFunctionsStDev_P
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsStDev_PRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post() |
void |
post(ICallback<WorkbookFunctionResult> callback) |
IWorkbookFunctionsStDev_PRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookFunctionsStDev_PRequest |
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 WorkbookFunctionsStDev_PBody body
public WorkbookFunctionsStDev_PRequest(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 IWorkbookFunctionsStDev_PRequestpublic WorkbookFunctionResult post() throws ClientException
post in interface IWorkbookFunctionsStDev_PRequestClientExceptionpublic IWorkbookFunctionsStDev_PRequest select(java.lang.String value)
select in interface IWorkbookFunctionsStDev_PRequestvalue - the select clausepublic IWorkbookFunctionsStDev_PRequest top(int value)
top in interface IWorkbookFunctionsStDev_PRequestvalue - the max number of items to returnpublic IWorkbookFunctionsStDev_PRequest expand(java.lang.String value)
expand in interface IWorkbookFunctionsStDev_PRequestvalue - the expand clause