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