Uses of Class
net.webpdf.wsclient.openapi.OperationQrSwissPaymentBarcode.LanguageEnum
-
Packages that use OperationQrSwissPaymentBarcode.LanguageEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationQrSwissPaymentBarcode.LanguageEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationQrSwissPaymentBarcode.LanguageEnum Modifier and Type Method Description static OperationQrSwissPaymentBarcode.LanguageEnumOperationQrSwissPaymentBarcode.LanguageEnum. fromValue(String value)@Nullable OperationQrSwissPaymentBarcode.LanguageEnumOperationQrSwissPaymentBarcode. getLanguage()Selects the language of the barcode's payment summarystatic OperationQrSwissPaymentBarcode.LanguageEnumOperationQrSwissPaymentBarcode.LanguageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationQrSwissPaymentBarcode.LanguageEnum[]OperationQrSwissPaymentBarcode.LanguageEnum. 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.LanguageEnum Modifier and Type Method Description OperationQrSwissPaymentBarcodeOperationQrSwissPaymentBarcode. language(OperationQrSwissPaymentBarcode.LanguageEnum language)voidOperationQrSwissPaymentBarcode. setLanguage(OperationQrSwissPaymentBarcode.LanguageEnum language)
-