public static final class WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsIspmtParameterSetBuilder()
Instanciates a new WorkbookFunctionsIspmtParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsIspmtParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder |
withNper(com.google.gson.JsonElement val)
Sets the Nper
|
WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder |
withPer(com.google.gson.JsonElement val)
Sets the Per
|
WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder |
withPv(com.google.gson.JsonElement val)
Sets the Pv
|
WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder |
withRate(com.google.gson.JsonElement val)
Sets the Rate
|
@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 WorkbookFunctionsIspmtParameterSetBuilder()
@Nonnull public WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder withPer(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder withNper(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder withPv(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsIspmtParameterSet build()