Interface StepPropertiesBuilder.StepPropertyBuilder
- Enclosing interface:
- StepPropertiesBuilder
public static interface StepPropertiesBuilder.StepPropertyBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionConfigures a step property which takes a boolean value as an input.Configures a step property which has a column chooser as an input.Configures a step property which has a custom chooser as an input.Configures a step property which has a numerical input to a text field.Configures a step property which has a string input to a text field.
-
Method Details
-
asString
Configures a step property which has a string input to a text field.- Parameters:
id
- ID of the step property- Returns:
- String step property builder
-
asNumber
Configures a step property which has a numerical input to a text field.- Parameters:
id
- ID of the step property- Returns:
- Number step property builder
-
asBoolean
Configures a step property which takes a boolean value as an input.- Parameters:
id
- ID of the step property- Returns:
- Boolean step property builder
-
asColumnChooser
Configures a step property which has a column chooser as an input.- Parameters:
id
- ID of the step property- Returns:
- Column chooser step property builder
-
asCustomChooser
Configures a step property which has a custom chooser as an input.- Parameters:
id
- ID of the step property- Returns:
- Custom chooser step property builder
-