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