public static final class WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
alpha
The alpha 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_InvParameterSetBuilder()
Instanciates a new WorkbookFunctionsBinom_InvParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsBinom_InvParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder |
withAlpha(com.google.gson.JsonElement val)
Sets the Alpha
|
WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder |
withProbabilityS(com.google.gson.JsonElement val)
Sets the ProbabilityS
|
WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder |
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 alpha
@Nullable protected WorkbookFunctionsBinom_InvParameterSetBuilder()
@Nonnull public WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder withTrials(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder withProbabilityS(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsBinom_InvParameterSet build()