Package ai.vectros.types
Class BatchLookupResult.Builder
java.lang.Object
ai.vectros.types.BatchLookupResult.Builder
- Enclosing class:
BatchLookupResult
-
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 matched records.from(BatchLookupResult other) The correlation id echoed from the lookup input that produced this result.status(BatchLookupResultStatus status) status(Optional<BatchLookupResultStatus> status) The outcome for this lookup.
-
Method Details
-
from
-
ref
The correlation id echoed from the lookup input that produced this result.
-
ref
-
status
The outcome for this lookup.
resolvedmeans exactly one match;not_foundmeans no match;ambiguousmeans the field is not unique and matched more than one record. -
status
-
data
The matched records. Empty unless
statusisresolved(one record) orambiguous(more than one). -
data
-
build
-
additionalProperty
-
additionalProperties
-