Uses of Class
org.openapitools.client.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in org.openapitools.client
Methods in org.openapitools.client with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in org.openapitools.client that throw ApiExceptionModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> TApiClient.deserialize(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse(okhttp3.Response response) Download file from the given response.<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.<T> TApiClient.handleResponse(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBodySerialize the given Java object into request body according to the object's class and the request Content-Type.voidApiClient.updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings. -
Uses of ApiException in org.openapitools.client.api
Methods in org.openapitools.client.api that throw ApiExceptionModifier and TypeMethodDescriptionBarcodeLookupApi.barcodeLookupEanLookup(String value) Lookup EAN barcode value, return product data Lookup an input EAN barcode and return key details about the productokhttp3.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 productokhttp3.CallBarcodeLookupApi.barcodeLookupEanLookupCall(String value, ApiCallback _callback) Build call for barcodeLookupEanLookupBarcodeLookupApi.barcodeLookupEanLookupWithHttpInfo(String value) Lookup EAN barcode value, return product data Lookup an input EAN barcode and return key details about the productBarcodeScanApi.barcodeScanImage(File imageFile) Scan and recognize an image of a barcode Scan an image or photo of a barcode and return the result.BarcodeScanApi.barcodeScanImageAdvanced(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.okhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedAsync(File imageFile, ApiCallback<BarcodeAdvancedScanResult> _callback) Advanced AI scan and recognition of an image of one or more barcodes of any type (asynchronously) Scan an image or photo of a barcode and return the result with enhanced accuracy, particularlly for low quality inputs using Advanced AI.okhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedCall(File imageFile, ApiCallback _callback) Build call for barcodeScanImageAdvancedBarcodeScanApi.barcodeScanImageAdvancedQR(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.okhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedQRAsync(File imageFile, String preprocessing, String recognitionMode, ApiCallback<BarcodeScanQRAdvancedResult> _callback) Advanced AI scan and recognition of an image of one or more QR barcodes (asynchronously) Scan an image or photo of a QR barcode and return the result.okhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedQRCall(File imageFile, String preprocessing, String recognitionMode, ApiCallback _callback) Build call for barcodeScanImageAdvancedQRBarcodeScanApi.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.okhttp3.CallBarcodeScanApi.barcodeScanImageAsync(File imageFile, ApiCallback<BarcodeScanResult> _callback) Scan and recognize an image of a barcode (asynchronously) Scan an image or photo of a barcode and return the result.okhttp3.CallBarcodeScanApi.barcodeScanImageCall(File imageFile, ApiCallback _callback) Build call for barcodeScanImageBarcodeScanApi.barcodeScanImageWithHttpInfo(File imageFile) Scan and recognize an image of a barcode Scan an image or photo of a barcode and return the result.byte[]GenerateBarcodeApi.generateBarcodeCode128(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 barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeCode128Async(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a EAN-13 code barcode as PNG file (asynchronously) Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeCode128Call(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeCode128ApiResponse<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 barcodebyte[]GenerateBarcodeApi.generateBarcodeEAN13(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 barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeEAN13Async(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a EAN-13 code barcode as PNG file (asynchronously) Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeEAN13Call(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeEAN13ApiResponse<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 barcodebyte[]GenerateBarcodeApi.generateBarcodeEAN8(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 barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeEAN8Async(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a EAN-8 code barcode as PNG file (asynchronously) Validates and generate a EAN-8 barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeEAN8Call(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeEAN8ApiResponse<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 barcodebyte[]GenerateBarcodeApi.generateBarcodeQRCode(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 informationokhttp3.CallGenerateBarcodeApi.generateBarcodeQRCodeAsync(String value, Integer width, Integer height, ApiCallback<byte[]> _callback) Generate a QR code barcode as PNG file (asynchronously) Generate a QR code barcode as a PNG file, a type of 2D barcode which can encode free-form text informationokhttp3.CallGenerateBarcodeApi.generateBarcodeQRCodeCall(String value, Integer width, Integer height, ApiCallback _callback) Build call for generateBarcodeQRCodeApiResponse<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 informationbyte[]GenerateBarcodeApi.generateBarcodeUPCA(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 barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCAAsync(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a UPC-A code barcode as PNG file (asynchronously) Validate and generate a UPC-A barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCACall(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeUPCAApiResponse<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 barcodebyte[]GenerateBarcodeApi.generateBarcodeUPCE(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 barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCEAsync(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a UPC-E code barcode as PNG file (asynchronously) Validates and generate a UPC-E barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCECall(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeUPCEApiResponse<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 -
Uses of ApiException in org.openapitools.client.auth
Methods in org.openapitools.client.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)