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 SummaryEnum Constants Enum Constant Description Field
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListIngestTimeRulesRequest.ConditionKindcreate(String key)StringgetValue()static ListIngestTimeRulesRequest.ConditionKindvalueOf(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- 
Fieldpublic static final ListIngestTimeRulesRequest.ConditionKind Field 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListIngestTimeRulesRequest.ConditionKind create(String key) 
 
- 
 
-