Uses of Interface
ai.vectros.types.FieldDef._FinalStage
Packages that use FieldDef._FinalStage
-
Uses of FieldDef._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement FieldDef._FinalStageMethods in ai.vectros.types that return FieldDef._FinalStageModifier and TypeMethodDescriptionFieldDef._FinalStage.additionalProperties(Map<String, Object> additionalProperties) FieldDef._FinalStage.additionalProperty(String key, Object value) FieldDef._FinalStage.cardinality(String cardinality) FieldDef._FinalStage.cardinality(Optional<String> cardinality) For areferencefield:one(a single id, the default) ormany(an array of ids).FieldDef.Builder.cardinality(String cardinality) For areferencefield:one(a single id, the default) ormany(an array of ids).FieldDef.Builder.cardinality(Optional<String> cardinality) For areferencefield:one(a single id, the default) ormany(an array of ids).FieldDef._FinalStage.description(String description) FieldDef._FinalStage.description(Optional<String> description) Human-readable description of the field.FieldDef.Builder.description(String description) Human-readable description of the field.FieldDef.Builder.description(Optional<String> description) Human-readable description of the field.FieldDef._FinalStage.enumValues(List<Map<String, Object>> enumValues) The set of allowed values, for an enum-type field.FieldDef.Builder.enumValues(List<Map<String, Object>> enumValues) The set of allowed values, for an enum-type field.The set of allowed values, for an enum-type field.FieldDef.Builder.fieldType(@NotNull FieldDefFieldType fieldType) Data type of the field.FieldDef.FieldTypeStage.fieldType(@NotNull FieldDefFieldType fieldType) Data type of the field.FieldDef._FinalStage.filterable(Boolean filterable) FieldDef._FinalStage.filterable(Optional<Boolean> filterable) Whether this field can be used as a filter in queries.FieldDef.Builder.filterable(Boolean filterable) Whether this field can be used as a filter in queries.FieldDef.Builder.filterable(Optional<Boolean> filterable) Whether this field can be used as a filter in queries.Whether this field is required when a record is created.Whether this field is required when a record is created.Whether this field is required when a record is created.FieldDef._FinalStage.searchable(Boolean searchable) FieldDef._FinalStage.searchable(Optional<Boolean> searchable) Whether this field's value contributes to full-text search.FieldDef.Builder.searchable(Boolean searchable) Whether this field's value contributes to full-text search.FieldDef.Builder.searchable(Optional<Boolean> searchable) Whether this field's value contributes to full-text search.Marks the field as sensitive (PHI/PII).Marks the field as sensitive (PHI/PII).Marks the field as sensitive (PHI/PII).FieldDef._FinalStage.targetField(String targetField) FieldDef._FinalStage.targetField(Optional<String> targetField) For areferencefield: the target's lookup field to resolve against.FieldDef.Builder.targetField(String targetField) For areferencefield: the target's lookup field to resolve against.FieldDef.Builder.targetField(Optional<String> targetField) For areferencefield: the target's lookup field to resolve against.FieldDef._FinalStage.targetSurface(String targetSurface) FieldDef._FinalStage.targetSurface(Optional<String> targetSurface) For areferencefield: where the target lives —record,document,user, or the name of an identity namespace (org,client, or one you registered, such asteam).FieldDef.Builder.targetSurface(String targetSurface) For areferencefield: where the target lives —record,document,user, or the name of an identity namespace (org,client, or one you registered, such asteam).FieldDef.Builder.targetSurface(Optional<String> targetSurface) For areferencefield: where the target lives —record,document,user, or the name of an identity namespace (org,client, or one you registered, such asteam).FieldDef._FinalStage.targetTypeName(String targetTypeName) FieldDef._FinalStage.targetTypeName(Optional<String> targetTypeName) For areferencefield: the target type this field points at.FieldDef.Builder.targetTypeName(String targetTypeName) For areferencefield: the target type this field points at.FieldDef.Builder.targetTypeName(Optional<String> targetTypeName) For areferencefield: the target type this field points at.FieldDef._FinalStage.validation(Map<String, Object> validation) FieldDef._FinalStage.validation(Optional<Map<String, Object>> validation) Validation rules for this field's value (such as minimum/maximum length or a regex pattern).FieldDef.Builder.validation(Map<String, Object> validation) Validation rules for this field's value (such as minimum/maximum length or a regex pattern).FieldDef.Builder.validation(Optional<Map<String, Object>> validation) Validation rules for this field's value (such as minimum/maximum length or a regex pattern).