- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
Option allowed value.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forOptionAllowedValue.static classOptionAllowedValue.BuilderBase<BUILDER extends OptionAllowedValue.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionAllowedValue> Fluent API builder base forOptionAllowedValue. -
Method Summary
Modifier and TypeMethodDescriptionstatic OptionAllowedValue.Builderbuilder()Create a new fluent API builder to customize configuration.static OptionAllowedValue.Builderbuilder(OptionAllowedValue instance) Create a new fluent API builder from an existing instance.Description of this value.value()Value, such as a string constant or enum value.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
value
String value()Value, such as a string constant or enum value.- Returns:
- value that is allowed
-
description
String description()Description of this value.- Returns:
- value description
-