Package ai.extend.types
Interface ParentSplit.TypeStage
-
- All Known Implementing Classes:
ParentSplit.Builder
- Enclosing class:
- ParentSplit
public static interface ParentSplit.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentSplit.IdentifierStagetype(java.lang.String type)The type of the split.
-
-
-
Method Detail
-
type
ParentSplit.IdentifierStage type(@NotNull java.lang.String type)
The type of the split.
-
-