Package ai.extend.types
Interface Classification.IdStage
-
- All Known Implementing Classes:
Classification.Builder
- Enclosing class:
- Classification
public static interface Classification.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Classification.Builderfrom(Classification other)Classification.TypeStageid(java.lang.String id)Unique identifier for the classification.
-
-
-
Method Detail
-
id
Classification.TypeStage id(@NotNull java.lang.String id)
Unique identifier for the classification. We recommend lowercase, underscore-separated format.
-
from
Classification.Builder from(Classification other)
-
-