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