public static final class WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
cumulative
The cumulative parameter value
|
protected com.google.gson.JsonElement |
z
The z parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsNorm_S_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsNorm_S_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsNorm_S_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder |
withZ(com.google.gson.JsonElement val)
Sets the Z
|
@Nullable protected com.google.gson.JsonElement z
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsNorm_S_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder withZ(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsNorm_S_DistParameterSet build()