| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedAppDeviceThreatLevel |
ManagedAppProtection.maximumAllowedDeviceThreatLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedAppDeviceThreatLevel> |
ManagedAppProtection.getMaximumAllowedDeviceThreatLevel()
“Maximum allowed device threat level, as reported by the MTD app”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.maximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.maximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.maximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel) |
ManagedAppProtection |
ManagedAppProtection.withMaximumAllowedDeviceThreatLevel(ManagedAppDeviceThreatLevel maximumAllowedDeviceThreatLevel)
Returns an immutable copy of
this with just the maximumAllowedDeviceThreatLevel field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppDeviceThreatLevel |
ManagedAppDeviceThreatLevel.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.
|
Copyright © 2018–2020. All rights reserved.