Uses of Class
net.webpdf.wsclient.openapi.OperationDetectBarcode.InputFormatEnum
-
Packages that use OperationDetectBarcode.InputFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationDetectBarcode.InputFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationDetectBarcode.InputFormatEnum Modifier and Type Method Description static OperationDetectBarcode.InputFormatEnumOperationDetectBarcode.InputFormatEnum. fromValue(String value)@Nullable OperationDetectBarcode.InputFormatEnumOperationDetectBarcode. getInputFormat()Used to select the format of the file with the contents that will be scanned for barcodesstatic OperationDetectBarcode.InputFormatEnumOperationDetectBarcode.InputFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationDetectBarcode.InputFormatEnum[]OperationDetectBarcode.InputFormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationDetectBarcode.InputFormatEnum Modifier and Type Method Description OperationDetectBarcodeOperationDetectBarcode. inputFormat(OperationDetectBarcode.InputFormatEnum inputFormat)voidOperationDetectBarcode. setInputFormat(OperationDetectBarcode.InputFormatEnum inputFormat)
-