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