Interface TransitionBuilder
public interface TransitionBuilder
Builder interface for creating Transition instances. This is the initial builder in the
transition creation chain that requires an ID to be set before proceeding to the buildable
transition builder.
- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionid(TransitionId transitionId) Sets the ID for the transition and returns a buildable transition builder for further configuration.
-
Method Details
-
id
Sets the ID for the transition and returns a buildable transition builder for further configuration.- Parameters:
transitionId- the unique identifier for the transition- Returns:
- a BuildableTransitionBuilder for configuring additional properties
-