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