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