public class WorkbookFunctionsLogNorm_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsLogNorm_DistRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsLogNorm_DistRequestBuilder(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,
com.google.gson.JsonElement cumulative)
The request builder for this WorkbookFunctionsLogNorm_Dist
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsLogNorm_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsLogNorm_DistRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsLogNorm_DistRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsLogNorm_DistRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsLogNorm_DistRequestBuilder(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,
com.google.gson.JsonElement cumulative)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xmean - the meanstandardDev - the standardDevcumulative - the cumulativepublic IWorkbookFunctionsLogNorm_DistRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsLogNorm_DistRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsLogNorm_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsLogNorm_DistRequestBuilderrequestOptions - the options for the request