public enum DeviceThreatProtectionLevel extends java.lang.Enum<DeviceThreatProtectionLevel>
| Enum Constant and Description |
|---|
HIGH
high
|
LOW
low
|
MEDIUM
medium
|
NOT_SET
not Set
|
SECURED
secured
|
UNAVAILABLE
unavailable
|
UNEXPECTED_VALUE
For DeviceThreatProtectionLevel values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceThreatProtectionLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceThreatProtectionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceThreatProtectionLevel UNAVAILABLE
public static final DeviceThreatProtectionLevel SECURED
public static final DeviceThreatProtectionLevel LOW
public static final DeviceThreatProtectionLevel MEDIUM
public static final DeviceThreatProtectionLevel HIGH
public static final DeviceThreatProtectionLevel NOT_SET
public static final DeviceThreatProtectionLevel UNEXPECTED_VALUE
public static DeviceThreatProtectionLevel[] values()
for (DeviceThreatProtectionLevel c : DeviceThreatProtectionLevel.values()) System.out.println(c);
public static DeviceThreatProtectionLevel 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