public static enum ListRulesRequest.Kind extends Enum<ListRulesRequest.Kind> implements BmcEnum
The rule kind used for filtering. Only rules of the specified kind will be returned.
Enum Constant and Description |
---|
All |
IngestTime |
SavedSearch |
Modifier and Type | Method and Description |
---|---|
static ListRulesRequest.Kind |
create(String key) |
String |
getValue() |
static ListRulesRequest.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListRulesRequest.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListRulesRequest.Kind IngestTime
public static final ListRulesRequest.Kind SavedSearch
public static final ListRulesRequest.Kind All
public static ListRulesRequest.Kind[] values()
for (ListRulesRequest.Kind c : ListRulesRequest.Kind.values()) System.out.println(c);
public static ListRulesRequest.Kind 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 ListRulesRequest.Kind create(String key)
Copyright © 2016–2024. All rights reserved.