public static final class WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder
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 |
maturity
The maturity parameter value
|
protected com.google.gson.JsonElement |
pr
The pr parameter value
|
protected com.google.gson.JsonElement |
redemption
The redemption parameter value
|
protected com.google.gson.JsonElement |
settlement
The settlement parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsYieldDiscParameterSetBuilder()
Instanciates a new WorkbookFunctionsYieldDiscParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsYieldDiscParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder |
withBasis(com.google.gson.JsonElement val)
Sets the Basis
|
WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder |
withMaturity(com.google.gson.JsonElement val)
Sets the Maturity
|
WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder |
withPr(com.google.gson.JsonElement val)
Sets the Pr
|
WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder |
withRedemption(com.google.gson.JsonElement val)
Sets the Redemption
|
WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder |
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 pr
@Nullable protected com.google.gson.JsonElement redemption
@Nullable protected com.google.gson.JsonElement basis
@Nullable protected WorkbookFunctionsYieldDiscParameterSetBuilder()
@Nonnull public WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder withSettlement(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder withPr(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder withRedemption(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder withBasis(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsYieldDiscParameterSet build()