Interface CustomStepSettingFieldBuilder.Build
- Enclosing interface:
- CustomStepSettingFieldBuilder
public static interface CustomStepSettingFieldBuilder.Build
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a custom step setting field object.withFieldType
(StepSettingType type) Configures the ID and type of the step setting field.
-
Method Details
-
withFieldType
Configures the ID and type of the step setting field.- Parameters:
type
- Step setting type- Returns:
- Name builder
- Since:
- 2.1.0
-
build
CustomStepSettingField build()Builds a custom step setting field object.- Returns:
- Specific concrete custom step setting field object
-