public static final class WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
basis
The basis parameter value
|
protected com.google.gson.JsonElement |
frequency
The frequency parameter value
|
protected com.google.gson.JsonElement |
maturity
The maturity parameter value
|
protected com.google.gson.JsonElement |
settlement
The settlement parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsCoupDaysNcParameterSetBuilder()
Instanciates a new WorkbookFunctionsCoupDaysNcParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsCoupDaysNcParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder |
withBasis(com.google.gson.JsonElement val)
Sets the Basis
|
WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder |
withFrequency(com.google.gson.JsonElement val)
Sets the Frequency
|
WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder |
withMaturity(com.google.gson.JsonElement val)
Sets the Maturity
|
WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder |
withSettlement(com.google.gson.JsonElement val)
Sets the Settlement
|
@Nullable protected com.google.gson.JsonElement settlement
@Nullable protected com.google.gson.JsonElement maturity
@Nullable protected com.google.gson.JsonElement frequency
@Nullable protected com.google.gson.JsonElement basis
@Nullable protected WorkbookFunctionsCoupDaysNcParameterSetBuilder()
@Nonnull public WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder withSettlement(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder withFrequency(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDaysNcParameterSet.WorkbookFunctionsCoupDaysNcParameterSetBuilder withBasis(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDaysNcParameterSet build()