Uses of Class
net.webpdf.wsclient.openapi.OperationQrBarcode.ErrorCorrectionEnum
-
Packages that use OperationQrBarcode.ErrorCorrectionEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationQrBarcode.ErrorCorrectionEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationQrBarcode.ErrorCorrectionEnum Modifier and Type Method Description static OperationQrBarcode.ErrorCorrectionEnumOperationQrBarcode.ErrorCorrectionEnum. fromValue(String value)@Nullable OperationQrBarcode.ErrorCorrectionEnumOperationQrBarcode. getErrorCorrection()Used to adjust the error correction level for generated QR codes.static OperationQrBarcode.ErrorCorrectionEnumOperationQrBarcode.ErrorCorrectionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationQrBarcode.ErrorCorrectionEnum[]OperationQrBarcode.ErrorCorrectionEnum. 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 OperationQrBarcode.ErrorCorrectionEnum Modifier and Type Method Description OperationQrBarcodeOperationQrBarcode. errorCorrection(OperationQrBarcode.ErrorCorrectionEnum errorCorrection)voidOperationQrBarcode. setErrorCorrection(OperationQrBarcode.ErrorCorrectionEnum errorCorrection)
-