public static final class WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder
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 |
WorkbookFunctionsCoupDayBsParameterSetBuilder()
Instanciates a new WorkbookFunctionsCoupDayBsParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsCoupDayBsParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder |
withBasis(com.google.gson.JsonElement val)
Sets the Basis
|
WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder |
withFrequency(com.google.gson.JsonElement val)
Sets the Frequency
|
WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder |
withMaturity(com.google.gson.JsonElement val)
Sets the Maturity
|
WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder |
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 WorkbookFunctionsCoupDayBsParameterSetBuilder()
@Nonnull public WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder withSettlement(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder withFrequency(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder withBasis(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsCoupDayBsParameterSet build()