Uses of Interface
ai.vectros.types.SchemaRequest._FinalStage
Packages that use SchemaRequest._FinalStage
-
Uses of SchemaRequest._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement SchemaRequest._FinalStageMethods in ai.vectros.types that return SchemaRequest._FinalStageModifier and TypeMethodDescriptionWhether this schema is active.Whether this schema is active.Whether this schema is active.SchemaRequest._FinalStage.addAllAllowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) SchemaRequest.Builder.addAllAllowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.SchemaRequest._FinalStage.addAllowedSurfaces(SchemaRequestAllowedSurfacesItem allowedSurfaces) SchemaRequest.Builder.addAllowedSurfaces(SchemaRequestAllowedSurfacesItem allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.SchemaRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) SchemaRequest._FinalStage.additionalProperty(String key, Object value) SchemaRequest._FinalStage.allowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.SchemaRequest.Builder.allowedSurfaces(List<SchemaRequestAllowedSurfacesItem> allowedSurfaces) Which typed surfaces may bind this schema by its id: record, document, user, org, or client.SchemaRequest._FinalStage.capabilities(Map<String, Boolean> capabilities) SchemaRequest._FinalStage.capabilities(Optional<Map<String, Boolean>> capabilities) Feature flags for this schema.SchemaRequest.Builder.capabilities(Map<String, Boolean> capabilities) Feature flags for this schema.SchemaRequest.Builder.capabilities(Optional<Map<String, Boolean>> capabilities) Feature flags for this schema.Associated client — the Vectros-assigned UUID of a client in your account.Associated client — the Vectros-assigned UUID of a client in your account.Associated client — the Vectros-assigned UUID of a client in your account.SchemaRequest._FinalStage.description(String description) SchemaRequest._FinalStage.description(Optional<String> description) Optional description of what this schema is for.SchemaRequest.Builder.description(String description) Optional description of what this schema is for.SchemaRequest.Builder.description(Optional<String> description) Optional description of what this schema is for.SchemaRequest.Builder.displayName(@NotNull String displayName) Human-readable display name for this type, shown in UIs.SchemaRequest.DisplayNameStage.displayName(@NotNull String displayName) Human-readable display name for this type, shown in UIs.Field definitions used to validate record payloads.Field definitions used to validate record payloads.Field definitions used to validate record payloads.SchemaRequest._FinalStage.indexMode(SchemaRequestIndexMode indexMode) SchemaRequest._FinalStage.indexMode(Optional<SchemaRequestIndexMode> indexMode) Default search-index mode for instances of this type — applies to records of this type and to documents bound to this schema, unless the individual record or document sets its own indexMode.SchemaRequest.Builder.indexMode(SchemaRequestIndexMode indexMode) Default search-index mode for instances of this type — applies to records of this type and to documents bound to this schema, unless the individual record or document sets its own indexMode.SchemaRequest.Builder.indexMode(Optional<SchemaRequestIndexMode> indexMode) Default search-index mode for instances of this type — applies to records of this type and to documents bound to this schema, unless the individual record or document sets its own indexMode.SchemaRequest._FinalStage.lookupFields(List<LookupDef> lookupFields) SchemaRequest._FinalStage.lookupFields(Optional<List<LookupDef>> lookupFields) Payload fields to index for direct lookup queries.SchemaRequest.Builder.lookupFields(List<LookupDef> lookupFields) Payload fields to index for direct lookup queries.SchemaRequest.Builder.lookupFields(Optional<List<LookupDef>> lookupFields) Payload fields to index for direct lookup queries.Owning organization — the Vectros-assigned UUID of an organization in your account.Owning organization — the Vectros-assigned UUID of an organization in your account.Owning organization — the Vectros-assigned UUID of an organization in your account.SchemaRequest._FinalStage.renderHints(Map<String, RenderHintDef> renderHints) SchemaRequest._FinalStage.renderHints(Optional<Map<String, RenderHintDef>> renderHints) UI rendering hints keyed by field id.SchemaRequest.Builder.renderHints(Map<String, RenderHintDef> renderHints) UI rendering hints keyed by field id.SchemaRequest.Builder.renderHints(Optional<Map<String, RenderHintDef>> renderHints) UI rendering hints keyed by field id.SchemaRequest._FinalStage.storageProfile(SchemaRequestStorageProfile storageProfile) SchemaRequest._FinalStage.storageProfile(Optional<SchemaRequestStorageProfile> storageProfile) Where this type's payload is stored.SchemaRequest.Builder.storageProfile(SchemaRequestStorageProfile storageProfile) Where this type's payload is stored.SchemaRequest.Builder.storageProfile(Optional<SchemaRequestStorageProfile> storageProfile) Where this type's payload is stored.Owning user — the Vectros-assigned UUID of a user in your account.Owning user — the Vectros-assigned UUID of a user in your account.Owning user — the Vectros-assigned UUID of a user in your account.