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