public static final class WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_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 |
degFreedom1
The degFreedom1 parameter value
|
protected com.google.gson.JsonElement |
degFreedom2
The degFreedom2 parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsF_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsF_DistParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsF_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder |
withDegFreedom1(com.google.gson.JsonElement val)
Sets the DegFreedom1
|
WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder |
withDegFreedom2(com.google.gson.JsonElement val)
Sets the DegFreedom2
|
WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement degFreedom1
@Nullable protected com.google.gson.JsonElement degFreedom2
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsF_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder withDegFreedom1(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder withDegFreedom2(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsF_DistParameterSet.WorkbookFunctionsF_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsF_DistParameterSet build()