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