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