Uses of Class
ai.vectros.types.RecordResponse.Builder
Packages that use RecordResponse.Builder
-
Uses of RecordResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return RecordResponse.BuilderModifier and TypeMethodDescriptionRecordResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) RecordResponse.Builder.additionalProperty(String key, Object value) static RecordResponse.BuilderRecordResponse.builder()Identifier of the associated client (a Vectros-assigned UUID).When the record was created, as an ISO-8601 UTC timestamp.Identifier of the API key or scoped token that created this record (for example,key_abc123for an API key).RecordResponse.Builder.externalId(String externalId) RecordResponse.Builder.externalId(Optional<String> externalId) Your own stable identifier for this record.Identifier of the folder grouping this record.RecordResponse.Builder.from(RecordResponse other) Unique identifier for this record (UUID), assigned by Vectros at creation.RecordResponse.Builder.indexMode(RecordResponseIndexMode indexMode) RecordResponse.Builder.indexMode(Optional<RecordResponseIndexMode> indexMode) The record's resolved search-index mode: the per-record override if set, otherwise the schema's type-level default, otherwise NONE.RecordResponse.Builder.indexStatus(RecordResponseIndexStatus indexStatus) RecordResponse.Builder.indexStatus(Optional<RecordResponseIndexStatus> indexStatus) Search-index status.Identifier of the owning organization (a Vectros-assigned UUID).The record's data payload.RecordResponse.Builder.payloadBytes(Long payloadBytes) RecordResponse.Builder.payloadBytes(Optional<Long> payloadBytes) Size in bytes of the full externalized payload.RecordResponse.Builder.payloadExternalized(Boolean payloadExternalized) RecordResponse.Builder.payloadExternalized(Optional<Boolean> payloadExternalized) True when this record's full payload is stored externally rather than inline.Identifier of the schema this record was validated against.RecordResponse.Builder.schemaVersion(Integer schemaVersion) RecordResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) The version of the governing schema at the moment this record was written.Record lifecycle status.The record's type, matching thetypeNamedeclared on the schema this record was created against.When the record was last updated, as an ISO-8601 UTC timestamp.Identifier of the owning user (a Vectros-assigned UUID).Optimistic-concurrency version.