Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.Package.Type
-
Packages that use Package.Type Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of Package.Type in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return Package.Type Modifier and Type Method Description static Package.Type
Package.Type. create(String key)
Package.Type
Package. getType()
Package typestatic Package.Type
Package.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Package.Type[]
Package.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type Package.Type Modifier and Type Method Description Package.Builder
Package.Builder. type(Package.Type type)
Package typeConstructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type Package.Type Constructor Description Package(String name, String version, String cveFixVersion, Package.Type type, List<String> locations)
Deprecated.
-