Uses of Class
net.webpdf.wsclient.openapi.OperationZugferdFileData.VersionEnum
-
Packages that use OperationZugferdFileData.VersionEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationZugferdFileData.VersionEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationZugferdFileData.VersionEnum Modifier and Type Method Description static OperationZugferdFileData.VersionEnumOperationZugferdFileData.VersionEnum. fromValue(String value)@Nullable OperationZugferdFileData.VersionEnumOperationZugferdFileData. getVersion()Used to define the version of the ZUGFeRD XML file that should be embedded with \"xmlFile\".static OperationZugferdFileData.VersionEnumOperationZugferdFileData.VersionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationZugferdFileData.VersionEnum[]OperationZugferdFileData.VersionEnum. 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 OperationZugferdFileData.VersionEnum Modifier and Type Method Description voidOperationZugferdFileData. setVersion(OperationZugferdFileData.VersionEnum version)OperationZugferdFileDataOperationZugferdFileData. version(OperationZugferdFileData.VersionEnum version)
-