public static final class WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder
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 |
size
The size parameter value
|
protected com.google.gson.JsonElement |
standardDev
The standardDev parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsConfidence_TParameterSetBuilder()
Instanciates a new WorkbookFunctionsConfidence_TParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsConfidence_TParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder |
withAlpha(com.google.gson.JsonElement val)
Sets the Alpha
|
WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder |
withSize(com.google.gson.JsonElement val)
Sets the Size
|
WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder |
withStandardDev(com.google.gson.JsonElement val)
Sets the StandardDev
|
@Nullable protected com.google.gson.JsonElement alpha
@Nullable protected com.google.gson.JsonElement standardDev
@Nullable protected com.google.gson.JsonElement size
@Nullable protected WorkbookFunctionsConfidence_TParameterSetBuilder()
@Nonnull public WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder withSize(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsConfidence_TParameterSet build()