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