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