public enum AuthenticatorAppFeatureSettings extends java.lang.Enum<AuthenticatorAppFeatureSettings>
| Enum Constant and Description |
|---|
REQUIRE_NUMBER_MATCHING
require Number Matching
|
UNEXPECTED_VALUE
For AuthenticatorAppFeatureSettings values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatorAppFeatureSettings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticatorAppFeatureSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticatorAppFeatureSettings REQUIRE_NUMBER_MATCHING
public static final AuthenticatorAppFeatureSettings UNEXPECTED_VALUE
public static AuthenticatorAppFeatureSettings[] values()
for (AuthenticatorAppFeatureSettings c : AuthenticatorAppFeatureSettings.values()) System.out.println(c);
public static AuthenticatorAppFeatureSettings 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 null