Uses of Class
com.okta.sdk.resource.policy.DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum
-
Packages that use DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum Package Description com.okta.sdk.resource.policy -
-
Uses of DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum in com.okta.sdk.resource.policy
Methods in com.okta.sdk.resource.policy that return DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum Modifier and Type Method Description static DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnumDevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum[]DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.policy that return types with arguments of type DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum Modifier and Type Method Description java.util.List<DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum>DevicePolicyRuleConditionPlatform. getSupportedMDMFrameworks()Method parameters in com.okta.sdk.resource.policy with type arguments of type DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum Modifier and Type Method Description DevicePolicyRuleConditionPlatformDevicePolicyRuleConditionPlatform. setSupportedMDMFrameworks(java.util.List<DevicePolicyRuleConditionPlatform.SupportedMDMFrameworksEnum> supportedMDMFrameworks)
-