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