@Generated(value="OracleSDKGenerator", comments="API Version: 20210215") public enum HostAgentScanResultSortBy extends Enum<HostAgentScanResultSortBy> implements BmcEnum
Sort by field for Host Agent Scans.
Enum Constant and Description |
---|
HighestProblemSeverity |
ProblemCount |
TimeCompleted |
TimeFinished |
TimeStarted |
Modifier and Type | Method and Description |
---|---|
static HostAgentScanResultSortBy |
create(String key) |
String |
getValue() |
static HostAgentScanResultSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostAgentScanResultSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostAgentScanResultSortBy TimeStarted
public static final HostAgentScanResultSortBy TimeFinished
public static final HostAgentScanResultSortBy ProblemCount
public static final HostAgentScanResultSortBy HighestProblemSeverity
public static final HostAgentScanResultSortBy TimeCompleted
public static HostAgentScanResultSortBy[] values()
for (HostAgentScanResultSortBy c : HostAgentScanResultSortBy.values()) System.out.println(c);
public static HostAgentScanResultSortBy 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 HostAgentScanResultSortBy create(String key)
Copyright © 2016–2024. All rights reserved.