Uses of Class
ai.vectros.types.EntityResponse.Builder
Packages that use EntityResponse.Builder
-
Uses of EntityResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return EntityResponse.BuilderModifier and TypeMethodDescriptionEntityResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) EntityResponse.Builder.additionalProperty(String key, Object value) static EntityResponse.BuilderEntityResponse.builder()Whether this call created a new entity.Timestamp when the entity was created, as an ISO-8601 UTC timestamp.EntityResponse.Builder.externalId(String externalId) EntityResponse.Builder.externalId(Optional<String> externalId) Your own identifier for this entity, as supplied when it was created.EntityResponse.Builder.from(EntityResponse other) The Vectros-assigned ID (UUID) for this entity.Human-readable name of the entity.The namespace this entity belongs to.Free-form key-value attributes stored with the entity.ID of the record schema governing this entity, or null if unbound.EntityResponse.Builder.schemaVersion(Integer schemaVersion) EntityResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) The governing schema's version in effect when this entity was last written, or null when unbound.The entity's effective scopes: its own reference (<namespace>:<id>) followed by its parent edges.Lifecycle status of the entity:ACTIVEorSUSPENDED.