Uses of Class
org.openapitools.client.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in org.openapitools.client
Methods in org.openapitools.client that return ApiResponseModifier and TypeMethodDescription<T> ApiResponse<T>ApiClient.execute(okhttp3.Call call) <T> ApiResponse<T>Execute HTTP call and deserialize the HTTP response body into the given return type. -
Uses of ApiResponse in org.openapitools.client.api
Methods in org.openapitools.client.api that return ApiResponseModifier and TypeMethodDescriptionBarcodeLookupApi.barcodeLookupEanLookupWithHttpInfo(String value) Lookup EAN barcode value, return product data Lookup an input EAN barcode and return key details about the productBarcodeScanApi.barcodeScanImageAdvancedQRWithHttpInfo(File imageFile, String preprocessing, String recognitionMode) Advanced AI scan and recognition of an image of one or more QR barcodes Scan an image or photo of a QR barcode and return the result.BarcodeScanApi.barcodeScanImageAdvancedWithHttpInfo(File imageFile) Advanced AI scan and recognition of an image of one or more barcodes of any type Scan an image or photo of a barcode and return the result with enhanced accuracy, particularlly for low quality inputs using Advanced AI.BarcodeScanApi.barcodeScanImageWithHttpInfo(File imageFile) Scan and recognize an image of a barcode Scan an image or photo of a barcode and return the result.ApiResponse<byte[]>GenerateBarcodeApi.generateBarcodeCode128WithHttpInfo(String value, Integer width, Integer height, Boolean includeLabel) Generate a EAN-13 code barcode as PNG file Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcodeApiResponse<byte[]>GenerateBarcodeApi.generateBarcodeEAN13WithHttpInfo(String value, Integer width, Integer height, Boolean includeLabel) Generate a EAN-13 code barcode as PNG file Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcodeApiResponse<byte[]>GenerateBarcodeApi.generateBarcodeEAN8WithHttpInfo(String value, Integer width, Integer height, Boolean includeLabel) Generate a EAN-8 code barcode as PNG file Validates and generate a EAN-8 barcode as a PNG file, a type of 1D barcodeApiResponse<byte[]>GenerateBarcodeApi.generateBarcodeQRCodeWithHttpInfo(String value, Integer width, Integer height) Generate a QR code barcode as PNG file Generate a QR code barcode as a PNG file, a type of 2D barcode which can encode free-form text informationApiResponse<byte[]>GenerateBarcodeApi.generateBarcodeUPCAWithHttpInfo(String value, Integer width, Integer height, Boolean includeLabel) Generate a UPC-A code barcode as PNG file Validate and generate a UPC-A barcode as a PNG file, a type of 1D barcodeApiResponse<byte[]>GenerateBarcodeApi.generateBarcodeUPCEWithHttpInfo(String value, Integer width, Integer height, Boolean includeLabel) Generate a UPC-E code barcode as PNG file Validates and generate a UPC-E barcode as a PNG file, a type of 1D barcode