Uses of Class
ai.vectros.types.NamespaceResponse.Builder
Packages that use NamespaceResponse.Builder
-
Uses of NamespaceResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return NamespaceResponse.BuilderModifier and TypeMethodDescriptionNamespaceResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) NamespaceResponse.Builder.additionalProperty(String key, Object value) static NamespaceResponse.BuilderNamespaceResponse.builder()Timestamp when the namespace was registered, as an ISO-8601 UTC timestamp.NamespaceResponse.Builder.defaultSchemaId(String defaultSchemaId) NamespaceResponse.Builder.defaultSchemaId(Optional<String> defaultSchemaId) ID of the default record schema bound to entities in this namespace, or null.NamespaceResponse.Builder.entityBacked(Boolean entityBacked) NamespaceResponse.Builder.entityBacked(Optional<Boolean> entityBacked) Whether values in this namespace must resolve to an existing identity entity (true) or are free-form strings (false).NamespaceResponse.Builder.from(NamespaceResponse other) The registered namespace.Whether this is a reserved built-in namespace (org/client).NamespaceResponse.Builder.specificityRank(Integer specificityRank) NamespaceResponse.Builder.specificityRank(Optional<Integer> specificityRank) This namespace's position in your account's specificity order (higher = more specific), used to break a tie when a caller holds two scope dimensions at once during recordType schema resolution.