Package ai.vectros.types
Interface FieldDef.FieldTypeStage
- All Known Implementing Classes:
FieldDef.Builder
- Enclosing class:
FieldDef
public static interface FieldDef.FieldTypeStage
-
Method Summary
Modifier and TypeMethodDescriptionfieldType(@NotNull FieldDefFieldType fieldType) Data type of the field.
-
Method Details
-
fieldType
Data type of the field. Use
referencefor a foreign-key field that points at another type — then settargetTypeName,targetField,targetSurface, andcardinalitybelow.
-