public static final class WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder
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_NormParameterSetBuilder()
Instanciates a new WorkbookFunctionsConfidence_NormParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsConfidence_NormParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder |
withAlpha(com.google.gson.JsonElement val)
Sets the Alpha
|
WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder |
withSize(com.google.gson.JsonElement val)
Sets the Size
|
WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder |
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_NormParameterSetBuilder()
@Nonnull public WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsConfidence_NormParameterSet.WorkbookFunctionsConfidence_NormParameterSetBuilder withSize(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsConfidence_NormParameterSet build()