Uses of Enum
com.microsoft.graph.models.DeviceThreatProtectionLevel
Packages that use DeviceThreatProtectionLevel
-
Uses of DeviceThreatProtectionLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceThreatProtectionLevelModifier and TypeMethodDescriptionstatic DeviceThreatProtectionLevelAndroidCompliancePolicy.getDeviceThreatProtectionRequiredSecurityLevel()Gets the deviceThreatProtectionRequiredSecurityLevel property value.AndroidWorkProfileCompliancePolicy.getDeviceThreatProtectionRequiredSecurityLevel()Gets the deviceThreatProtectionRequiredSecurityLevel property value.IosCompliancePolicy.getDeviceThreatProtectionRequiredSecurityLevel()Gets the deviceThreatProtectionRequiredSecurityLevel property value.MacOSCompliancePolicy.getDeviceThreatProtectionRequiredSecurityLevel()Gets the deviceThreatProtectionRequiredSecurityLevel property value.static DeviceThreatProtectionLevelReturns the enum constant of this type with the specified name.static DeviceThreatProtectionLevel[]DeviceThreatProtectionLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type DeviceThreatProtectionLevelModifier and TypeMethodDescriptionvoidAndroidCompliancePolicy.setDeviceThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel value) Sets the deviceThreatProtectionRequiredSecurityLevel property value.voidAndroidWorkProfileCompliancePolicy.setDeviceThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel value) Sets the deviceThreatProtectionRequiredSecurityLevel property value.voidIosCompliancePolicy.setDeviceThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel value) Sets the deviceThreatProtectionRequiredSecurityLevel property value.voidMacOSCompliancePolicy.setDeviceThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel value) Sets the deviceThreatProtectionRequiredSecurityLevel property value.