Class 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.The exact values to match, for a lookup declared over several fields — one value per field, in the order the lookup declares them.
-
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. For a lookup declared over several fields, this is those field names joined with commas (
status,area), and the values go invalues. -
field
-
value
The exact value to match against the lookup field. Mutually exclusive with
values. -
value
-
values
The exact values to match, for a lookup declared over several fields — one value per field, in the order the lookup declares them. Mutually exclusive with
value; a single-element list is identical tovalue. You may supply fewer values than the lookup declares as long as they are a leading run of its fields. -
values
-
build
-
additionalProperty
-
additionalProperties
-