Uses of Class
net.webpdf.wsclient.openapi.OperationAddBarcode.OutputFormatEnum
-
Packages that use OperationAddBarcode.OutputFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationAddBarcode.OutputFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationAddBarcode.OutputFormatEnum Modifier and Type Method Description static OperationAddBarcode.OutputFormatEnumOperationAddBarcode.OutputFormatEnum. fromValue(String value)@Nullable OperationAddBarcode.OutputFormatEnumOperationAddBarcode. getOutputFormat()Defines the output format for the barcode generation.static OperationAddBarcode.OutputFormatEnumOperationAddBarcode.OutputFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationAddBarcode.OutputFormatEnum[]OperationAddBarcode.OutputFormatEnum. 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 OperationAddBarcode.OutputFormatEnum Modifier and Type Method Description OperationAddBarcodeOperationAddBarcode. outputFormat(OperationAddBarcode.OutputFormatEnum outputFormat)voidOperationAddBarcode. setOutputFormat(OperationAddBarcode.OutputFormatEnum outputFormat)
-