Uses of Class
net.webpdf.wsclient.openapi.OperationQrSwissPaymentContent.SourceEnum
-
Packages that use OperationQrSwissPaymentContent.SourceEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationQrSwissPaymentContent.SourceEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationQrSwissPaymentContent.SourceEnum Modifier and Type Method Description static OperationQrSwissPaymentContent.SourceEnumOperationQrSwissPaymentContent.SourceEnum. fromValue(String value)@Nullable OperationQrSwissPaymentContent.SourceEnumOperationQrSwissPaymentContent. getSource()Selects the data source for the hereby expressed resource.static OperationQrSwissPaymentContent.SourceEnumOperationQrSwissPaymentContent.SourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationQrSwissPaymentContent.SourceEnum[]OperationQrSwissPaymentContent.SourceEnum. 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.SourceEnum Modifier and Type Method Description voidOperationQrSwissPaymentContent. setSource(OperationQrSwissPaymentContent.SourceEnum source)OperationQrSwissPaymentContentOperationQrSwissPaymentContent. source(OperationQrSwissPaymentContent.SourceEnum source)
-