public static enum FeatureToggleService.Feature extends java.lang.Enum<FeatureToggleService.Feature>
| Enum Constant and Description |
|---|
CHECK_APPLICATION_LEVEL_PERMISSIONS |
CHECK_PARTITIONS_KEYS |
CONNECTION_CLOSE_CRUTCH |
DISABLE_EVENT_TYPE_CREATION |
DISABLE_EVENT_TYPE_DELETION |
HIGH_LEVEL_API |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
static FeatureToggleService.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureToggleService.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureToggleService.Feature CONNECTION_CLOSE_CRUTCH
public static final FeatureToggleService.Feature DISABLE_EVENT_TYPE_CREATION
public static final FeatureToggleService.Feature DISABLE_EVENT_TYPE_DELETION
public static final FeatureToggleService.Feature HIGH_LEVEL_API
public static final FeatureToggleService.Feature CHECK_APPLICATION_LEVEL_PERMISSIONS
public static final FeatureToggleService.Feature CHECK_PARTITIONS_KEYS
public static FeatureToggleService.Feature[] values()
for (FeatureToggleService.Feature c : FeatureToggleService.Feature.values()) System.out.println(c);
public static FeatureToggleService.Feature valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getId()