Enum ListAttentionLogsRequest.UrgencyFilter
- java.lang.Object
-
- java.lang.Enum<ListAttentionLogsRequest.UrgencyFilter>
-
- com.oracle.bmc.databasemanagement.requests.ListAttentionLogsRequest.UrgencyFilter
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAttentionLogsRequest.UrgencyFilter>
- Enclosing class:
- ListAttentionLogsRequest
public static enum ListAttentionLogsRequest.UrgencyFilter extends Enum<ListAttentionLogsRequest.UrgencyFilter> implements BmcEnum
The optional parameter to filter the attention logs by urgency.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description All
Deferrable
Immediate
Info
Soon
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAttentionLogsRequest.UrgencyFilter
create(String key)
String
getValue()
static ListAttentionLogsRequest.UrgencyFilter
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAttentionLogsRequest.UrgencyFilter[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Immediate
public static final ListAttentionLogsRequest.UrgencyFilter Immediate
-
Soon
public static final ListAttentionLogsRequest.UrgencyFilter Soon
-
Deferrable
public static final ListAttentionLogsRequest.UrgencyFilter Deferrable
-
Info
public static final ListAttentionLogsRequest.UrgencyFilter Info
-
All
public static final ListAttentionLogsRequest.UrgencyFilter All
-
-
Method Detail
-
values
public static ListAttentionLogsRequest.UrgencyFilter[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListAttentionLogsRequest.UrgencyFilter c : ListAttentionLogsRequest.UrgencyFilter.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListAttentionLogsRequest.UrgencyFilter valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListAttentionLogsRequest.UrgencyFilter create(String key)
-
-