public static final class WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 |
settlement
The settlement parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsTbillYieldParameterSetBuilder()
Instanciates a new WorkbookFunctionsTbillYieldParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsTbillYieldParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder |
withMaturity(com.google.gson.JsonElement val)
Sets the Maturity
|
WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder |
withPr(com.google.gson.JsonElement val)
Sets the Pr
|
WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder |
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 WorkbookFunctionsTbillYieldParameterSetBuilder()
@Nonnull public WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder withSettlement(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder withPr(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsTbillYieldParameterSet build()