Package ai.vectros.types
Class RecordLookupResponse.Builder
java.lang.Object
ai.vectros.types.RecordLookupResponse.Builder
- Enclosing class:
RecordLookupResponse
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()data(List<RecordResponse> data) data(Optional<List<RecordResponse>> data) The records matched by this lookup, in lookup order (ascending by field value for range and prefix lookups; lookup-key order for exact-match lookups).from(RecordLookupResponse other) nextCursor(Nullable<String> nextCursor) nextCursor(String nextCursor) nextCursor(Optional<String> nextCursor) Opaque cursor for the next page.
-
Method Details
-
from
-
data
The records matched by this lookup, in lookup order (ascending by field value for range and prefix lookups; lookup-key order for exact-match lookups).
-
data
-
nextCursor
Opaque cursor for the next page. Pass it back as the
startFromparameter to continue. Null when there are no more results. Treat it as opaque — do not parse or construct it. -
nextCursor
-
nextCursor
-
build
-
additionalProperty
-
additionalProperties
-