Uses of Class
org.openapitools.client.model.BarcodeLookupResponse
Packages that use BarcodeLookupResponse
-
Uses of BarcodeLookupResponse in org.openapitools.client.api
Methods in org.openapitools.client.api that return BarcodeLookupResponseModifier and TypeMethodDescriptionBarcodeLookupApi.barcodeLookupEanLookup(String value) Lookup EAN barcode value, return product data Lookup an input EAN barcode and return key details about the productMethods in org.openapitools.client.api that return types with arguments of type BarcodeLookupResponseModifier and TypeMethodDescriptionBarcodeLookupApi.barcodeLookupEanLookupWithHttpInfo(String value) Lookup EAN barcode value, return product data Lookup an input EAN barcode and return key details about the productMethod parameters in org.openapitools.client.api with type arguments of type BarcodeLookupResponseModifier and TypeMethodDescriptionokhttp3.CallBarcodeLookupApi.barcodeLookupEanLookupAsync(String value, ApiCallback<BarcodeLookupResponse> _callback) Lookup EAN barcode value, return product data (asynchronously) Lookup an input EAN barcode and return key details about the product -
Uses of BarcodeLookupResponse in org.openapitools.client.model
Methods in org.openapitools.client.model that return BarcodeLookupResponseModifier and TypeMethodDescriptionBarcodeLookupResponse.addMatchesItem(ProductMatch matchesItem) static BarcodeLookupResponseCreate an instance of BarcodeLookupResponse given an JSON stringBarcodeLookupResponse.matches(List<ProductMatch> matches) BarcodeLookupResponse.successful(Boolean successful)