Enum ListAttentionLogsRequest.TypeFilter
- java.lang.Object
-
- java.lang.Enum<ListAttentionLogsRequest.TypeFilter>
-
- com.oracle.bmc.databasemanagement.requests.ListAttentionLogsRequest.TypeFilter
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAttentionLogsRequest.TypeFilter>
- Enclosing class:
- ListAttentionLogsRequest
public static enum ListAttentionLogsRequest.TypeFilter extends Enum<ListAttentionLogsRequest.TypeFilter> implements BmcEnum
The optional parameter to filter the attention or alert logs by type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description All
Error
IncidentError
Notification
Trace
Unknown
Warning
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAttentionLogsRequest.TypeFilter
create(String key)
String
getValue()
static ListAttentionLogsRequest.TypeFilter
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAttentionLogsRequest.TypeFilter[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Unknown
public static final ListAttentionLogsRequest.TypeFilter Unknown
-
IncidentError
public static final ListAttentionLogsRequest.TypeFilter IncidentError
-
Error
public static final ListAttentionLogsRequest.TypeFilter Error
-
Warning
public static final ListAttentionLogsRequest.TypeFilter Warning
-
Notification
public static final ListAttentionLogsRequest.TypeFilter Notification
-
Trace
public static final ListAttentionLogsRequest.TypeFilter Trace
-
All
public static final ListAttentionLogsRequest.TypeFilter All
-
-
Method Detail
-
values
public static ListAttentionLogsRequest.TypeFilter[] 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.TypeFilter c : ListAttentionLogsRequest.TypeFilter.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.TypeFilter 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.TypeFilter create(String key)
-
-