public static final class WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_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 |
beta
The beta parameter value
|
protected com.google.gson.JsonElement |
probability
The probability parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsGamma_InvParameterSetBuilder()
Instanciates a new WorkbookFunctionsGamma_InvParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsGamma_InvParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder |
withAlpha(com.google.gson.JsonElement val)
Sets the Alpha
|
WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder |
withBeta(com.google.gson.JsonElement val)
Sets the Beta
|
WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder |
withProbability(com.google.gson.JsonElement val)
Sets the Probability
|
@Nullable protected com.google.gson.JsonElement probability
@Nullable protected com.google.gson.JsonElement alpha
@Nullable protected com.google.gson.JsonElement beta
@Nullable protected WorkbookFunctionsGamma_InvParameterSetBuilder()
@Nonnull public WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder withBeta(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsGamma_InvParameterSet build()