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