public enum PolicyPlatformType extends Enum<PolicyPlatformType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
ALL |
ANDROID |
ANDROID_FOR_WORK |
ANDROID_WORK_PROFILE |
I_OS |
MAC_OS |
WINDOWS_PHONE81 |
WINDOWS10AND_LATER |
WINDOWS10XPROFILE |
WINDOWS81AND_LATER |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static PolicyPlatformType |
valueOf(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 ANDROID_FOR_WORK
public static final PolicyPlatformType I_OS
public static final PolicyPlatformType MAC_OS
public static final PolicyPlatformType WINDOWS_PHONE81
public static final PolicyPlatformType WINDOWS81AND_LATER
public static final PolicyPlatformType WINDOWS10AND_LATER
public static final PolicyPlatformType ANDROID_WORK_PROFILE
public static final PolicyPlatformType WINDOWS10XPROFILE
public static final PolicyPlatformType ALL
public static PolicyPlatformType[] values()
for (PolicyPlatformType c : PolicyPlatformType.values()) System.out.println(c);
public static PolicyPlatformType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.