Uses of Interface
ai.vectros.types.EntityRequest._FinalStage
Packages that use EntityRequest._FinalStage
-
Uses of EntityRequest._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement EntityRequest._FinalStageMethods in ai.vectros.types that return EntityRequest._FinalStageModifier and TypeMethodDescriptionEntityRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) EntityRequest._FinalStage.additionalProperty(String key, Object value) EntityRequest.Builder.externalId(@NotNull String externalId) Your own unique identifier for this entity, unique within its namespace.EntityRequest.ExternalIdStage.externalId(@NotNull String externalId) Your own unique identifier for this entity, unique within its namespace.Human-readable name for the entity.Human-readable name for the entity.Human-readable name for the entity.Free-form key-value attributes to store with the entity.Free-form key-value attributes to store with the entity.Free-form key-value attributes to store with the entity.Optional ID of a record schema (created viaPOST /v1/schemas) that governs payload validation and lookup indexing for this entity, and must belong to your account.Optional ID of a record schema (created viaPOST /v1/schemas) that governs payload validation and lookup indexing for this entity, and must belong to your account.Optional ID of a record schema (created viaPOST /v1/schemas) that governs payload validation and lookup indexing for this entity, and must belong to your account.The entity's parent ownership edges, each as<namespace>:<value>(for exampleorg:6ba7b810-...).The entity's parent ownership edges, each as<namespace>:<value>(for exampleorg:6ba7b810-...).The entity's parent ownership edges, each as<namespace>:<value>(for exampleorg:6ba7b810-...).EntityRequest._FinalStage.status(EntityRequestStatus status) EntityRequest._FinalStage.status(Optional<EntityRequestStatus> status) Lifecycle status of the entity.EntityRequest.Builder.status(EntityRequestStatus status) Lifecycle status of the entity.EntityRequest.Builder.status(Optional<EntityRequestStatus> status) Lifecycle status of the entity.