Interface ProcessVariableValue.IBuildStage
-
- All Known Implementing Classes:
ProcessVariableValue.Builder
- Enclosing class:
- ProcessVariableValue
public static interface ProcessVariableValue.IBuildStageDefinition of a stage for staged builder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessVariableValuebuild()Builder method of the builder.
-
-
-
Method Detail
-
build
ProcessVariableValue build()
Builder method of the builder.- Returns:
- built class
-
-