Uses of Class
com.microsoft.graph.models.ManagedMobileApp
Packages that use ManagedMobileApp
-
Uses of ManagedMobileApp in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedMobileAppModifier and TypeMethodDescriptionstatic ManagedMobileAppManagedMobileApp.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ManagedMobileAppModifier and TypeMethodDescriptionAndroidManagedAppProtection.getApps()Gets the apps property value.DefaultManagedAppProtection.getApps()Gets the apps property value.IosManagedAppProtection.getApps()Gets the apps property value.TargetedManagedAppConfiguration.getApps()Gets the apps property value.ManagedMobileAppCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedMobileAppModifier and TypeMethodDescriptionvoidAndroidManagedAppProtection.setApps(List<ManagedMobileApp> value) Sets the apps property value.voidDefaultManagedAppProtection.setApps(List<ManagedMobileApp> value) Sets the apps property value.voidIosManagedAppProtection.setApps(List<ManagedMobileApp> value) Sets the apps property value.voidTargetedManagedAppConfiguration.setApps(List<ManagedMobileApp> value) Sets the apps property value.voidManagedMobileAppCollectionResponse.setValue(List<ManagedMobileApp> value) Sets the value property value.