public static final class WorkbookFunctionsChiSq_DistParameterSet.WorkbookFunctionsChiSq_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 |
degFreedom
The degFreedom parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsChiSq_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsChiSq_DistParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsChiSq_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsChiSq_DistParameterSet.WorkbookFunctionsChiSq_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsChiSq_DistParameterSet.WorkbookFunctionsChiSq_DistParameterSetBuilder |
withDegFreedom(com.google.gson.JsonElement val)
Sets the DegFreedom
|
WorkbookFunctionsChiSq_DistParameterSet.WorkbookFunctionsChiSq_DistParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement degFreedom
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsChiSq_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsChiSq_DistParameterSet.WorkbookFunctionsChiSq_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsChiSq_DistParameterSet.WorkbookFunctionsChiSq_DistParameterSetBuilder withDegFreedom(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsChiSq_DistParameterSet.WorkbookFunctionsChiSq_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsChiSq_DistParameterSet build()