Enum ListIngestTimeRulesRequest.ConditionKind
- java.lang.Object
-
- java.lang.Enum<ListIngestTimeRulesRequest.ConditionKind>
-
- com.oracle.bmc.loganalytics.requests.ListIngestTimeRulesRequest.ConditionKind
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListIngestTimeRulesRequest.ConditionKind>
- Enclosing class:
- ListIngestTimeRulesRequest
public static enum ListIngestTimeRulesRequest.ConditionKind extends Enum<ListIngestTimeRulesRequest.ConditionKind> implements BmcEnum
The ingest time rule condition kind used for filtering.Only rules with conditions of the specified kind will be returned.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Field
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListIngestTimeRulesRequest.ConditionKind
create(String key)
String
getValue()
static ListIngestTimeRulesRequest.ConditionKind
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListIngestTimeRulesRequest.ConditionKind[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Field
public static final ListIngestTimeRulesRequest.ConditionKind Field
-
-
Method Detail
-
values
public static ListIngestTimeRulesRequest.ConditionKind[] 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 (ListIngestTimeRulesRequest.ConditionKind c : ListIngestTimeRulesRequest.ConditionKind.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListIngestTimeRulesRequest.ConditionKind 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 ListIngestTimeRulesRequest.ConditionKind create(String key)
-
-