Uses of Class
net.webpdf.wsclient.openapi.OperationQrSwissPaymentContent.FormatEnum
-
Packages that use OperationQrSwissPaymentContent.FormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationQrSwissPaymentContent.FormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationQrSwissPaymentContent.FormatEnum Modifier and Type Method Description static OperationQrSwissPaymentContent.FormatEnumOperationQrSwissPaymentContent.FormatEnum. fromValue(String value)@Nullable OperationQrSwissPaymentContent.FormatEnumOperationQrSwissPaymentContent. getFormat()Selects the format of the encoded datastatic OperationQrSwissPaymentContent.FormatEnumOperationQrSwissPaymentContent.FormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationQrSwissPaymentContent.FormatEnum[]OperationQrSwissPaymentContent.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 OperationQrSwissPaymentContent.FormatEnum Modifier and Type Method Description OperationQrSwissPaymentContentOperationQrSwissPaymentContent. format(OperationQrSwissPaymentContent.FormatEnum format)voidOperationQrSwissPaymentContent. setFormat(OperationQrSwissPaymentContent.FormatEnum format)
-