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