Uses of Class
odata.msgraph.client.beta.enums.AppManagementLevel
-
Packages that use AppManagementLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppManagementLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppManagementLevel Modifier and Type Field Description protected AppManagementLevelTargetedManagedAppProtection. targetedAppManagementLevelsMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppManagementLevel Modifier and Type Method Description Optional<AppManagementLevel>TargetedManagedAppProtection. getTargetedAppManagementLevels()“The intended app management levels for this policy”Methods in odata.msgraph.client.beta.entity with parameters of type AppManagementLevel Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. targetedAppManagementLevels(AppManagementLevel targetedAppManagementLevels)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. targetedAppManagementLevels(AppManagementLevel targetedAppManagementLevels)TargetedManagedAppProtectionTargetedManagedAppProtection. withTargetedAppManagementLevels(AppManagementLevel targetedAppManagementLevels)Returns an immutable copy ofthiswith just thetargetedAppManagementLevelsfield changed. -
Uses of AppManagementLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AppManagementLevel Modifier and Type Method Description static AppManagementLevelAppManagementLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AppManagementLevel[]AppManagementLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-