public class WorkbookFunctionsNegBinom_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsNegBinom_DistRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsNegBinom_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement numberF,
com.google.gson.JsonElement numberS,
com.google.gson.JsonElement probabilityS,
com.google.gson.JsonElement cumulative)
The request builder for this WorkbookFunctionsNegBinom_Dist
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsNegBinom_DistRequest |
buildRequest()
Creates the IWorkbookFunctionsNegBinom_DistRequest
|
IWorkbookFunctionsNegBinom_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsNegBinom_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 WorkbookFunctionsNegBinom_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement numberF,
com.google.gson.JsonElement numberS,
com.google.gson.JsonElement probabilityS,
com.google.gson.JsonElement cumulative)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumberF - the numberFnumberS - the numberSprobabilityS - the probabilityScumulative - the cumulativepublic IWorkbookFunctionsNegBinom_DistRequest buildRequest()
buildRequest in interface IWorkbookFunctionsNegBinom_DistRequestBuilderpublic IWorkbookFunctionsNegBinom_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsNegBinom_DistRequestBuilderrequestOptions - the options for the request