public static final class WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
effectRate
The effectRate parameter value
|
protected com.google.gson.JsonElement |
npery
The npery parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsNominalParameterSetBuilder()
Instanciates a new WorkbookFunctionsNominalParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsNominalParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder |
withEffectRate(com.google.gson.JsonElement val)
Sets the EffectRate
|
WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder |
withNpery(com.google.gson.JsonElement val)
Sets the Npery
|
@Nullable protected com.google.gson.JsonElement effectRate
@Nullable protected com.google.gson.JsonElement npery
@Nullable protected WorkbookFunctionsNominalParameterSetBuilder()
@Nonnull public WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder withEffectRate(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder withNpery(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsNominalParameterSet build()