public static enum DevicePolicyRuleConditionPlatform.TypesEnum extends Enum<DevicePolicyRuleConditionPlatform.TypesEnum>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DevicePolicyRuleConditionPlatform.TypesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DevicePolicyRuleConditionPlatform.TypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DevicePolicyRuleConditionPlatform.TypesEnum IOS
public static final DevicePolicyRuleConditionPlatform.TypesEnum ANDROID
public static final DevicePolicyRuleConditionPlatform.TypesEnum OSX
public static final DevicePolicyRuleConditionPlatform.TypesEnum WINDOWS
public static DevicePolicyRuleConditionPlatform.TypesEnum[] values()
for (DevicePolicyRuleConditionPlatform.TypesEnum c : DevicePolicyRuleConditionPlatform.TypesEnum.values()) System.out.println(c);
public static DevicePolicyRuleConditionPlatform.TypesEnum 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 toString()
toString
in class Enum<DevicePolicyRuleConditionPlatform.TypesEnum>
Copyright © 2017–2023 Okta. All rights reserved.