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