public static final class WorkbookFunctionsT_Dist_RTParameterSet.WorkbookFunctionsT_Dist_RTParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 |
WorkbookFunctionsT_Dist_RTParameterSetBuilder()
Instanciates a new WorkbookFunctionsT_Dist_RTParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsT_Dist_RTParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsT_Dist_RTParameterSet.WorkbookFunctionsT_Dist_RTParameterSetBuilder |
withDegFreedom(com.google.gson.JsonElement val)
Sets the DegFreedom
|
WorkbookFunctionsT_Dist_RTParameterSet.WorkbookFunctionsT_Dist_RTParameterSetBuilder |
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 WorkbookFunctionsT_Dist_RTParameterSetBuilder()
@Nonnull public WorkbookFunctionsT_Dist_RTParameterSet.WorkbookFunctionsT_Dist_RTParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsT_Dist_RTParameterSet.WorkbookFunctionsT_Dist_RTParameterSetBuilder withDegFreedom(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsT_Dist_RTParameterSet build()