public class WorkbookFunctionsBinom_InvRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsBinom_InvRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsBinom_InvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement trials,
com.google.gson.JsonElement probabilityS,
com.google.gson.JsonElement alpha)
The request builder for this WorkbookFunctionsBinom_Inv
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsBinom_InvRequest |
buildRequest()
Creates the IWorkbookFunctionsBinom_InvRequest
|
IWorkbookFunctionsBinom_InvRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsBinom_InvRequest 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 WorkbookFunctionsBinom_InvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement trials,
com.google.gson.JsonElement probabilityS,
com.google.gson.JsonElement alpha)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttrials - the trialsprobabilityS - the probabilitySalpha - the alphapublic IWorkbookFunctionsBinom_InvRequest buildRequest()
buildRequest in interface IWorkbookFunctionsBinom_InvRequestBuilderpublic IWorkbookFunctionsBinom_InvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsBinom_InvRequestBuilderrequestOptions - the options for the request