Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
static Package.Type |
Package.Type.create(String key) |
Package.Type |
Package.getType()
Package type
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
Package.Builder |
Package.Builder.type(Package.Type type)
Package type
|
Constructor and Description |
---|
Package(String name,
String version,
String cveFixVersion,
Package.Type type,
List<String> locations)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.