public class WorkbookFunctionsConfidence_NormRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsConfidence_NormRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsConfidence_NormRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement standardDev,
com.google.gson.JsonElement size)
The request builder for this WorkbookFunctionsConfidence_Norm
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsConfidence_NormRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsConfidence_NormRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsConfidence_NormRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsConfidence_NormRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsConfidence_NormRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement standardDev,
com.google.gson.JsonElement size)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestalpha - the alphastandardDev - the standardDevsize - the sizepublic IWorkbookFunctionsConfidence_NormRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsConfidence_NormRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsConfidence_NormRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsConfidence_NormRequestBuilderrequestOptions - the options for the request