public static final class WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
numberS
The numberS parameter value
|
protected com.google.gson.JsonElement |
numberS2
The numberS2 parameter value
|
protected com.google.gson.JsonElement |
probabilityS
The probabilityS parameter value
|
protected com.google.gson.JsonElement |
trials
The trials parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder()
Instanciates a new WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsBinom_Dist_RangeParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder |
withNumberS(com.google.gson.JsonElement val)
Sets the NumberS
|
WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder |
withNumberS2(com.google.gson.JsonElement val)
Sets the NumberS2
|
WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder |
withProbabilityS(com.google.gson.JsonElement val)
Sets the ProbabilityS
|
WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder |
withTrials(com.google.gson.JsonElement val)
Sets the Trials
|
@Nullable protected com.google.gson.JsonElement trials
@Nullable protected com.google.gson.JsonElement probabilityS
@Nullable protected com.google.gson.JsonElement numberS
@Nullable protected com.google.gson.JsonElement numberS2
@Nullable protected WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder()
@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withTrials(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withProbabilityS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withNumberS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withNumberS2(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet build()