public class WorkbookFunctionsHypGeom_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsHypGeom_DistRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsHypGeom_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement sampleS,
com.google.gson.JsonElement numberSample,
com.google.gson.JsonElement populationS,
com.google.gson.JsonElement numberPop,
com.google.gson.JsonElement cumulative)
The request builder for this WorkbookFunctionsHypGeom_Dist
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsHypGeom_DistRequest |
buildRequest()
Creates the IWorkbookFunctionsHypGeom_DistRequest
|
IWorkbookFunctionsHypGeom_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsHypGeom_DistRequest 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 WorkbookFunctionsHypGeom_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement sampleS,
com.google.gson.JsonElement numberSample,
com.google.gson.JsonElement populationS,
com.google.gson.JsonElement numberPop,
com.google.gson.JsonElement cumulative)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsampleS - the sampleSnumberSample - the numberSamplepopulationS - the populationSnumberPop - the numberPopcumulative - the cumulativepublic IWorkbookFunctionsHypGeom_DistRequest buildRequest()
buildRequest in interface IWorkbookFunctionsHypGeom_DistRequestBuilderpublic IWorkbookFunctionsHypGeom_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsHypGeom_DistRequestBuilderrequestOptions - the options for the request