public static final class WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder
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 |
nper
The nper parameter value
|
protected com.google.gson.JsonElement |
per
The per 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 |
WorkbookFunctionsPpmtParameterSetBuilder()
Instanciates a new WorkbookFunctionsPpmtParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsPpmtParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder |
withFv(com.google.gson.JsonElement val)
Sets the Fv
|
WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder |
withNper(com.google.gson.JsonElement val)
Sets the Nper
|
WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder |
withPer(com.google.gson.JsonElement val)
Sets the Per
|
WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder |
withPv(com.google.gson.JsonElement val)
Sets the Pv
|
WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder |
withRate(com.google.gson.JsonElement val)
Sets the Rate
|
WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder |
withType(com.google.gson.JsonElement val)
Sets the Type
|
@Nullable protected com.google.gson.JsonElement rate
@Nullable protected com.google.gson.JsonElement per
@Nullable protected com.google.gson.JsonElement nper
@Nullable protected com.google.gson.JsonElement pv
@Nullable protected com.google.gson.JsonElement fv
@Nullable protected com.google.gson.JsonElement type
@Nullable protected WorkbookFunctionsPpmtParameterSetBuilder()
@Nonnull public WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder withPer(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder withNper(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder withPv(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder withFv(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPpmtParameterSet.WorkbookFunctionsPpmtParameterSetBuilder withType(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsPpmtParameterSet build()