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