public enum PolicyPlatformType extends java.lang.Enum<PolicyPlatformType>
| Enum Constant and Description |
|---|
ALL
all
|
ANDROID
android
|
ANDROID_WORK_PROFILE
android Work Profile
|
I_OS
i OS
|
MAC_OS
mac OS
|
UNEXPECTED_VALUE
For PolicyPlatformType values that were not expected from the service
|
WINDOWS_PHONE81
windows Phone81
|
WINDOWS10_AND_LATER
windows10And Later
|
WINDOWS81_AND_LATER
windows81And Later
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyPlatformType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolicyPlatformType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyPlatformType ANDROID
public static final PolicyPlatformType I_OS
public static final PolicyPlatformType MAC_OS
public static final PolicyPlatformType WINDOWS_PHONE81
public static final PolicyPlatformType WINDOWS81_AND_LATER
public static final PolicyPlatformType WINDOWS10_AND_LATER
public static final PolicyPlatformType ANDROID_WORK_PROFILE
public static final PolicyPlatformType ALL
public static final PolicyPlatformType UNEXPECTED_VALUE
public static PolicyPlatformType[] values()
for (PolicyPlatformType c : PolicyPlatformType.values()) System.out.println(c);
public static PolicyPlatformType 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