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