public static final class WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
fv
The fv parameter value
|
protected com.google.gson.JsonElement |
pmt
The pmt parameter value
|
protected com.google.gson.JsonElement |
pv
The pv parameter value
|
protected com.google.gson.JsonElement |
rate
The rate parameter value
|
protected com.google.gson.JsonElement |
type
The type parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsNperParameterSetBuilder()
Instanciates a new WorkbookFunctionsNperParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsNperParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder |
withFv(com.google.gson.JsonElement val)
Sets the Fv
|
WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder |
withPmt(com.google.gson.JsonElement val)
Sets the Pmt
|
WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder |
withPv(com.google.gson.JsonElement val)
Sets the Pv
|
WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder |
withRate(com.google.gson.JsonElement val)
Sets the Rate
|
WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder |
withType(com.google.gson.JsonElement val)
Sets the Type
|
@Nullable protected com.google.gson.JsonElement rate
@Nullable protected com.google.gson.JsonElement pmt
@Nullable protected com.google.gson.JsonElement pv
@Nullable protected com.google.gson.JsonElement fv
@Nullable protected com.google.gson.JsonElement type
@Nullable protected WorkbookFunctionsNperParameterSetBuilder()
@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withPmt(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withPv(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withFv(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withType(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsNperParameterSet build()