Uses of Class
net.webpdf.wsclient.openapi.OperationQrSwissPaymentBarcode.FormatEnum
-
Packages that use OperationQrSwissPaymentBarcode.FormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationQrSwissPaymentBarcode.FormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationQrSwissPaymentBarcode.FormatEnum Modifier and Type Method Description static OperationQrSwissPaymentBarcode.FormatEnumOperationQrSwissPaymentBarcode.FormatEnum. fromValue(String value)@Nullable OperationQrSwissPaymentBarcode.FormatEnumOperationQrSwissPaymentBarcode. getFormat()Used to select the parts, that shall be included in the barcodestatic OperationQrSwissPaymentBarcode.FormatEnumOperationQrSwissPaymentBarcode.FormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationQrSwissPaymentBarcode.FormatEnum[]OperationQrSwissPaymentBarcode.FormatEnum. 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 OperationQrSwissPaymentBarcode.FormatEnum Modifier and Type Method Description OperationQrSwissPaymentBarcodeOperationQrSwissPaymentBarcode. format(OperationQrSwissPaymentBarcode.FormatEnum format)voidOperationQrSwissPaymentBarcode. setFormat(OperationQrSwissPaymentBarcode.FormatEnum format)
-