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