public static final class WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_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 |
numberF
The numberF parameter value
|
protected com.google.gson.JsonElement |
numberS
The numberS parameter value
|
protected com.google.gson.JsonElement |
probabilityS
The probabilityS parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsNegBinom_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsNegBinom_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsNegBinom_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder |
withNumberF(com.google.gson.JsonElement val)
Sets the NumberF
|
WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder |
withNumberS(com.google.gson.JsonElement val)
Sets the NumberS
|
WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder |
withProbabilityS(com.google.gson.JsonElement val)
Sets the ProbabilityS
|
@Nullable protected com.google.gson.JsonElement numberF
@Nullable protected com.google.gson.JsonElement numberS
@Nullable protected com.google.gson.JsonElement probabilityS
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsNegBinom_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder withNumberF(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder withNumberS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder withProbabilityS(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet build()