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._FinalStage.membershipContextId(String membershipContextId) NamespaceRequest._FinalStage.membershipContextId(Optional<String> membershipContextId) Optional.NamespaceRequest.Builder.membershipContextId(String membershipContextId) Optional.NamespaceRequest.Builder.membershipContextId(Optional<String> membershipContextId) Optional.NamespaceRequest._FinalStage.membershipLevelField(String membershipLevelField) NamespaceRequest._FinalStage.membershipLevelField(Optional<String> membershipLevelField) Optional.NamespaceRequest.Builder.membershipLevelField(String membershipLevelField) Optional.NamespaceRequest.Builder.membershipLevelField(Optional<String> membershipLevelField) Optional.NamespaceRequest._FinalStage.membershipLevels(List<String> membershipLevels) NamespaceRequest._FinalStage.membershipLevels(Optional<List<String>> membershipLevels) Optional.NamespaceRequest.Builder.membershipLevels(List<String> membershipLevels) Optional.NamespaceRequest.Builder.membershipLevels(Optional<List<String>> membershipLevels) Optional.NamespaceRequest._FinalStage.membershipRecordType(String membershipRecordType) NamespaceRequest._FinalStage.membershipRecordType(Optional<String> membershipRecordType) Optional.NamespaceRequest.Builder.membershipRecordType(String membershipRecordType) Optional.NamespaceRequest.Builder.membershipRecordType(Optional<String> membershipRecordType) Optional.NamespaceRequest._FinalStage.membershipTargetField(String membershipTargetField) NamespaceRequest._FinalStage.membershipTargetField(Optional<String> membershipTargetField) Optional.NamespaceRequest.Builder.membershipTargetField(String membershipTargetField) Optional.NamespaceRequest.Builder.membershipTargetField(Optional<String> membershipTargetField) Optional.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.