Uses of Class
ai.vectros.types.BatchLookupResult.Builder
Packages that use BatchLookupResult.Builder
-
Uses of BatchLookupResult.Builder in ai.vectros.types
Methods in ai.vectros.types that return BatchLookupResult.BuilderModifier and TypeMethodDescriptionBatchLookupResult.Builder.additionalProperties(Map<String, Object> additionalProperties) BatchLookupResult.Builder.additionalProperty(String key, Object value) static BatchLookupResult.BuilderBatchLookupResult.builder()BatchLookupResult.Builder.data(List<RecordResponse> data) BatchLookupResult.Builder.data(Optional<List<RecordResponse>> data) The matched records.BatchLookupResult.Builder.from(BatchLookupResult other) The correlation id echoed from the lookup input that produced this result.BatchLookupResult.Builder.status(BatchLookupResultStatus status) BatchLookupResult.Builder.status(Optional<BatchLookupResultStatus> status) The outcome for this lookup.