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