public class WorkbookFunctionsBinom_Dist_RangeRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsBinom_Dist_RangeRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsBinom_Dist_RangeRequestBuilder(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 numberS,
com.google.gson.JsonElement numberS2)
The request builder for this WorkbookFunctionsBinom_Dist_Range
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsBinom_Dist_RangeRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsBinom_Dist_RangeRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsBinom_Dist_RangeRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsBinom_Dist_RangeRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsBinom_Dist_RangeRequestBuilder(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 numberS,
com.google.gson.JsonElement numberS2)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttrials - the trialsprobabilityS - the probabilitySnumberS - the numberSnumberS2 - the numberS2public IWorkbookFunctionsBinom_Dist_RangeRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsBinom_Dist_RangeRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsBinom_Dist_RangeRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsBinom_Dist_RangeRequestBuilderrequestOptions - the options for the request