Interface OptionAllowedValue

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
OptionAllowedValue.BuilderBase.OptionAllowedValueImpl

public interface OptionAllowedValue extends Prototype.Api
Option allowed value.
See Also:
  • Method Details

    • builder

      static OptionAllowedValue.Builder 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