public static enum FeatureToggleResponse.Status extends java.lang.Enum<FeatureToggleResponse.Status>
| Enum Constant and Description |
|---|
CHANGED |
NOT_CHANGED |
UNAVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
static FeatureToggleResponse.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureToggleResponse.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureToggleResponse.Status NOT_CHANGED
public static final FeatureToggleResponse.Status CHANGED
public static final FeatureToggleResponse.Status UNAVAILABLE
public static FeatureToggleResponse.Status[] values()
for (FeatureToggleResponse.Status c : FeatureToggleResponse.Status.values()) System.out.println(c);
public static FeatureToggleResponse.Status 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 nullCopyright © 2014-2019. All Rights Reserved.