public class WorkbookFunctionsStandardizeRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsStandardizeRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsStandardizeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement mean,
com.google.gson.JsonElement standardDev)
The request builder for this WorkbookFunctionsStandardize
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsStandardizeRequest |
buildRequest()
Creates the IWorkbookFunctionsStandardizeRequest
|
IWorkbookFunctionsStandardizeRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsStandardizeRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsStandardizeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement mean,
com.google.gson.JsonElement standardDev)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xmean - the meanstandardDev - the standardDevpublic IWorkbookFunctionsStandardizeRequest buildRequest()
buildRequest in interface IWorkbookFunctionsStandardizeRequestBuilderpublic IWorkbookFunctionsStandardizeRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsStandardizeRequestBuilderrequestOptions - the options for the request