public static class AllowedParameterValue.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AllowedParameterValue |
build() |
AllowedParameterValue.Builder |
copy(AllowedParameterValue model) |
AllowedParameterValue.Builder |
isDefault(Boolean isDefault)
Indicates whether the given ordinal value is the default value for the parameter.
|
AllowedParameterValue.Builder |
ordinal(BigDecimal ordinal)
The ordinal number in the list (1-based).
|
AllowedParameterValue.Builder |
value(String value)
The parameter value at ordinal.
|
public AllowedParameterValue.Builder ordinal(BigDecimal ordinal)
The ordinal number in the list (1-based).
ordinal
- the value to setpublic AllowedParameterValue.Builder value(String value)
The parameter value at ordinal.
value
- the value to setpublic AllowedParameterValue.Builder isDefault(Boolean isDefault)
Indicates whether the given ordinal value is the default value for the parameter.
isDefault
- the value to setpublic AllowedParameterValue build()
public AllowedParameterValue.Builder copy(AllowedParameterValue model)
Copyright © 2016–2024. All rights reserved.