public static final class WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
cumulative
The cumulative parameter value
|
protected com.google.gson.JsonElement |
numberS
The numberS 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_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsBinom_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsBinom_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder |
withNumberS(com.google.gson.JsonElement val)
Sets the NumberS
|
WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder |
withProbabilityS(com.google.gson.JsonElement val)
Sets the ProbabilityS
|
WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder |
withTrials(com.google.gson.JsonElement val)
Sets the Trials
|
@Nullable protected com.google.gson.JsonElement numberS
@Nullable protected com.google.gson.JsonElement trials
@Nullable protected com.google.gson.JsonElement probabilityS
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsBinom_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder withNumberS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder withTrials(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder withProbabilityS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_DistParameterSet.WorkbookFunctionsBinom_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBinom_DistParameterSet build()