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