public class WorkbookFunctionsBinom_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsBinom_DistRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsBinom_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement numberS,
com.google.gson.JsonElement trials,
com.google.gson.JsonElement probabilityS,
com.google.gson.JsonElement cumulative)
The request builder for this WorkbookFunctionsBinom_Dist
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsBinom_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsBinom_DistRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsBinom_DistRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsBinom_DistRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsBinom_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement numberS,
com.google.gson.JsonElement trials,
com.google.gson.JsonElement probabilityS,
com.google.gson.JsonElement cumulative)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumberS - the numberStrials - the trialsprobabilityS - the probabilityScumulative - the cumulativepublic IWorkbookFunctionsBinom_DistRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsBinom_DistRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsBinom_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsBinom_DistRequestBuilderrequestOptions - the options for the request