Uses of Interface
ai.vectros.types.NamespaceRequest._FinalStage
Packages that use NamespaceRequest._FinalStage
-
Uses of NamespaceRequest._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement NamespaceRequest._FinalStageMethods in ai.vectros.types that return NamespaceRequest._FinalStageModifier and TypeMethodDescriptionNamespaceRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) NamespaceRequest._FinalStage.additionalProperty(String key, Object value) NamespaceRequest._FinalStage.defaultSchemaId(String defaultSchemaId) NamespaceRequest._FinalStage.defaultSchemaId(Optional<String> defaultSchemaId) Optional ID of a record schema (created viaPOST /v1/schemas) bound as the default governing schema for entities created in this namespace.NamespaceRequest.Builder.defaultSchemaId(String defaultSchemaId) Optional ID of a record schema (created viaPOST /v1/schemas) bound as the default governing schema for entities created in this namespace.NamespaceRequest.Builder.defaultSchemaId(Optional<String> defaultSchemaId) Optional ID of a record schema (created viaPOST /v1/schemas) bound as the default governing schema for entities created in this namespace.NamespaceRequest._FinalStage.entityBacked(Boolean entityBacked) NamespaceRequest._FinalStage.entityBacked(Optional<Boolean> entityBacked) Whentrue, everyscope:<namespace>value in this namespace must resolve to an existing identity entity of the same account and namespace (create entities viaPOST /v1/entities/{namespace}), and the namespace gains the full identity-entity surface — list its entities, look them up by schema field, and filter other resources by them as a parent.NamespaceRequest.Builder.entityBacked(Boolean entityBacked) Whentrue, everyscope:<namespace>value in this namespace must resolve to an existing identity entity of the same account and namespace (create entities viaPOST /v1/entities/{namespace}), and the namespace gains the full identity-entity surface — list its entities, look them up by schema field, and filter other resources by them as a parent.NamespaceRequest.Builder.entityBacked(Optional<Boolean> entityBacked) Whentrue, everyscope:<namespace>value in this namespace must resolve to an existing identity entity of the same account and namespace (create entities viaPOST /v1/entities/{namespace}), and the namespace gains the full identity-entity surface — list its entities, look them up by schema field, and filter other resources by them as a parent.NamespaceRequest.Builder.specificityRank(int specificityRank) This namespace's position in your account's specificity order, used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution — the higher-ranked (more specific) dimension's schema wins.NamespaceRequest.SpecificityRankStage.specificityRank(int specificityRank) This namespace's position in your account's specificity order, used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution — the higher-ranked (more specific) dimension's schema wins.