@Generated(value="OracleSDKGenerator", comments="API Version: 20210215") public enum HostVulnerabilitySortBy extends Enum<HostVulnerabilitySortBy> implements BmcEnum
Sort by field for Host Vulnerabilities.
Enum Constant and Description |
---|
FirstDetected |
ImpactedHosts |
LastDetected |
Name |
Severity |
Modifier and Type | Method and Description |
---|---|
static HostVulnerabilitySortBy |
create(String key) |
String |
getValue() |
static HostVulnerabilitySortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostVulnerabilitySortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostVulnerabilitySortBy Name
public static final HostVulnerabilitySortBy Severity
public static final HostVulnerabilitySortBy ImpactedHosts
public static final HostVulnerabilitySortBy FirstDetected
public static final HostVulnerabilitySortBy LastDetected
public static HostVulnerabilitySortBy[] values()
for (HostVulnerabilitySortBy c : HostVulnerabilitySortBy.values()) System.out.println(c);
public static HostVulnerabilitySortBy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static HostVulnerabilitySortBy create(String key)
Copyright © 2016–2024. All rights reserved.