public static final class WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder
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 |
probability
The probability parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsT_InvParameterSetBuilder()
Instanciates a new WorkbookFunctionsT_InvParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsT_InvParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder |
withDegFreedom(com.google.gson.JsonElement val)
Sets the DegFreedom
|
WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder |
withProbability(com.google.gson.JsonElement val)
Sets the Probability
|
@Nullable protected com.google.gson.JsonElement probability
@Nullable protected com.google.gson.JsonElement degFreedom
@Nullable protected WorkbookFunctionsT_InvParameterSetBuilder()
@Nonnull public WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder withDegFreedom(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsT_InvParameterSet build()