@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public enum CryptoAnalysisResultSortBy extends Enum<CryptoAnalysisResultSortBy> implements BmcEnum
The field used to sort Crypto event analysis reports.
Enum Constant and Description |
---|
ManagedInstanceId |
TimeCreated |
WorkRequestId |
Modifier and Type | Method and Description |
---|---|
static CryptoAnalysisResultSortBy |
create(String key) |
String |
getValue() |
static CryptoAnalysisResultSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoAnalysisResultSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptoAnalysisResultSortBy TimeCreated
public static final CryptoAnalysisResultSortBy ManagedInstanceId
public static final CryptoAnalysisResultSortBy WorkRequestId
public static CryptoAnalysisResultSortBy[] values()
for (CryptoAnalysisResultSortBy c : CryptoAnalysisResultSortBy.values()) System.out.println(c);
public static CryptoAnalysisResultSortBy 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 CryptoAnalysisResultSortBy create(String key)
Copyright © 2016–2024. All rights reserved.