Uses of Class
net.webpdf.wsclient.openapi.OperationQrSwissPaymentBarcode.SeparatorEnum
-
Packages that use OperationQrSwissPaymentBarcode.SeparatorEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationQrSwissPaymentBarcode.SeparatorEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationQrSwissPaymentBarcode.SeparatorEnum Modifier and Type Method Description static OperationQrSwissPaymentBarcode.SeparatorEnumOperationQrSwissPaymentBarcode.SeparatorEnum. fromValue(String value)@Nullable OperationQrSwissPaymentBarcode.SeparatorEnumOperationQrSwissPaymentBarcode. getSeparator()The border style for separators in between the different parts of the barcodestatic OperationQrSwissPaymentBarcode.SeparatorEnumOperationQrSwissPaymentBarcode.SeparatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationQrSwissPaymentBarcode.SeparatorEnum[]OperationQrSwissPaymentBarcode.SeparatorEnum. 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.SeparatorEnum Modifier and Type Method Description OperationQrSwissPaymentBarcodeOperationQrSwissPaymentBarcode. separator(OperationQrSwissPaymentBarcode.SeparatorEnum separator)voidOperationQrSwissPaymentBarcode. setSeparator(OperationQrSwissPaymentBarcode.SeparatorEnum separator)
-