public static final class WorkbookFunctionsXnpvParameterSet.WorkbookFunctionsXnpvParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
dates
The dates parameter value
|
protected com.google.gson.JsonElement |
rate
The rate parameter value
|
protected com.google.gson.JsonElement |
values
The values parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsXnpvParameterSetBuilder()
Instanciates a new WorkbookFunctionsXnpvParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsXnpvParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsXnpvParameterSet.WorkbookFunctionsXnpvParameterSetBuilder |
withDates(com.google.gson.JsonElement val)
Sets the Dates
|
WorkbookFunctionsXnpvParameterSet.WorkbookFunctionsXnpvParameterSetBuilder |
withRate(com.google.gson.JsonElement val)
Sets the Rate
|
WorkbookFunctionsXnpvParameterSet.WorkbookFunctionsXnpvParameterSetBuilder |
withValues(com.google.gson.JsonElement val)
Sets the Values
|
@Nullable protected com.google.gson.JsonElement rate
@Nullable protected com.google.gson.JsonElement values
@Nullable protected com.google.gson.JsonElement dates
@Nullable protected WorkbookFunctionsXnpvParameterSetBuilder()
@Nonnull public WorkbookFunctionsXnpvParameterSet.WorkbookFunctionsXnpvParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsXnpvParameterSet.WorkbookFunctionsXnpvParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsXnpvParameterSet.WorkbookFunctionsXnpvParameterSetBuilder withDates(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsXnpvParameterSet build()