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