public static final class WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
a
The a parameter value
|
protected com.google.gson.JsonElement |
alpha
The alpha parameter value
|
protected com.google.gson.JsonElement |
b
The b 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 |
WorkbookFunctionsBeta_InvParameterSetBuilder()
Instanciates a new WorkbookFunctionsBeta_InvParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsBeta_InvParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder |
withA(com.google.gson.JsonElement val)
Sets the A
|
WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder |
withAlpha(com.google.gson.JsonElement val)
Sets the Alpha
|
WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder |
withB(com.google.gson.JsonElement val)
Sets the B
|
WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder |
withBeta(com.google.gson.JsonElement val)
Sets the Beta
|
WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_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 com.google.gson.JsonElement a
@Nullable protected com.google.gson.JsonElement b
@Nullable protected WorkbookFunctionsBeta_InvParameterSetBuilder()
@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withBeta(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withA(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withB(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBeta_InvParameterSet build()