Interface GeneratorConfig.CustomChooserPropertyBuilder

All Superinterfaces:
GeneratorConfig.NextAble<GeneratorConfig.Builder>
Enclosing interface:
GeneratorConfig

public static interface GeneratorConfig.CustomChooserPropertyBuilder extends GeneratorConfig.NextAble<GeneratorConfig.Builder>
Builder to build and configure a custom chooser
  • Method Details

    • withChooserValues

      Configures the allowed values in the custom chooser.
      Parameters:
      strings - All allowed values in custom chooser
      Returns:
      Custom chooser property builder
    • isRequired

      GeneratorConfig.CustomChooserPropertyBuilder isRequired(boolean isRequired)
      Configures whether this custom chooser step property must have a value assigned.
      Parameters:
      isRequired - This specifies whether this custom chooser requires a value to be assigned
      Returns:
      Custom chooser property builder