public enum AndroidWorkProfileRequiredPasswordType extends java.lang.Enum<AndroidWorkProfileRequiredPasswordType>
| Enum Constant and Description |
|---|
ALPHANUMERIC_WITH_SYMBOLS
alphanumeric With Symbols
|
AT_LEAST_ALPHABETIC
at Least Alphabetic
|
AT_LEAST_ALPHANUMERIC
at Least Alphanumeric
|
AT_LEAST_NUMERIC
at Least Numeric
|
DEVICE_DEFAULT
device Default
|
LOW_SECURITY_BIOMETRIC
low Security Biometric
|
NUMERIC_COMPLEX
numeric Complex
|
REQUIRED
required
|
UNEXPECTED_VALUE
For AndroidWorkProfileRequiredPasswordType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static AndroidWorkProfileRequiredPasswordType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AndroidWorkProfileRequiredPasswordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidWorkProfileRequiredPasswordType DEVICE_DEFAULT
public static final AndroidWorkProfileRequiredPasswordType LOW_SECURITY_BIOMETRIC
public static final AndroidWorkProfileRequiredPasswordType REQUIRED
public static final AndroidWorkProfileRequiredPasswordType AT_LEAST_NUMERIC
public static final AndroidWorkProfileRequiredPasswordType NUMERIC_COMPLEX
public static final AndroidWorkProfileRequiredPasswordType AT_LEAST_ALPHABETIC
public static final AndroidWorkProfileRequiredPasswordType AT_LEAST_ALPHANUMERIC
public static final AndroidWorkProfileRequiredPasswordType ALPHANUMERIC_WITH_SYMBOLS
public static final AndroidWorkProfileRequiredPasswordType UNEXPECTED_VALUE
public static AndroidWorkProfileRequiredPasswordType[] values()
for (AndroidWorkProfileRequiredPasswordType c : AndroidWorkProfileRequiredPasswordType.values()) System.out.println(c);
public static AndroidWorkProfileRequiredPasswordType 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