Interface CustomStepSettingField


public interface CustomStepSettingField
Step settings data class. Used by CustomStepSettingFieldBuilder
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns ID of the field step setting for the custom step.
    Returns name of the field step setting for the custom step.
    Returns type of the field step setting for the custom step.
    boolean
    Determines if the field step setting is necessary.
  • Method Details

    • getId

      String getId()
      Returns ID of the field step setting for the custom step.
      Returns:
      ID of the field step setting
    • getName

      String getName()
      Returns name of the field step setting for the custom step.
      Returns:
      name of the field step setting
    • isRequired

      boolean isRequired()
      Determines if the field step setting is necessary.
      Returns:
      true if the field step setting is necessary, otherwise false
    • getType

      StepSettingType getType()
      Returns type of the field step setting for the custom step.
      Returns:
      type of the field step setting
      Since:
      2.1.0