Uses of Class
odata.msgraph.client.beta.enums.ManagedAppDeviceThreatLevel
-
Packages that use ManagedAppDeviceThreatLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ManagedAppDeviceThreatLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ManagedAppDeviceThreatLevel Modifier and Type Field Description protected ManagedAppDeviceThreatLevelManagedAppProtection. maximumAllowedDeviceThreatLevelMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedAppDeviceThreatLevel Modifier and Type Method Description Optional<ManagedAppDeviceThreatLevel>ManagedAppProtection. getMaximumAllowedDeviceThreatLevel()“Maximum allowed device threat level, as reported by the MTD app”Methods in odata.msgraph.client.beta.entity with parameters of type ManagedAppDeviceThreatLevel Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. maximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel)DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. maximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. maximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel)ManagedAppProtectionManagedAppProtection. withMaximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel)Returns an immutable copy ofthiswith just themaximumAllowedDeviceThreatLevelfield changed. -
Uses of ManagedAppDeviceThreatLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedAppDeviceThreatLevel Modifier and Type Method Description static ManagedAppDeviceThreatLevelManagedAppDeviceThreatLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedAppDeviceThreatLevel[]ManagedAppDeviceThreatLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-