Package ai.vectros.types
Class BatchLookupInput.Builder
java.lang.Object
ai.vectros.types.BatchLookupInput.Builder
- Enclosing class:
BatchLookupInput
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()The name of the lookup field to match on, as declared on the record schema.from(BatchLookupInput other) Your correlation id for this lookup, echoed back on the matching result group so you can pair results to inputs regardless of ordering.The record type to look up.The exact value to match against the lookup field.
-
Method Details
-
from
-
ref
Your correlation id for this lookup, echoed back on the matching result group so you can pair results to inputs regardless of ordering.
-
ref
-
type
The record type to look up.
-
type
-
field
The name of the lookup field to match on, as declared on the record schema.
-
field
-
value
The exact value to match against the lookup field.
-
value
-
build
-
additionalProperty
-
additionalProperties
-