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