Uses of Class
com.microsoft.graph.models.MobileApp

Packages that use MobileApp
Package
Description
 
  • Uses of MobileApp in com.microsoft.graph.models

    Modifier and Type
    Class
    Description
    class 
    Contains properties and inherited properties for Android Line Of Business apps.
    class 
    Contains properties and inherited properties for Android store apps.
    class 
    Contains properties and inherited properties for iOS web apps.
    class 
    Contains properties and inherited properties for iOS Line Of Business apps.
    class 
    Contains properties and inherited properties for iOS store apps.
    class 
    Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps.
    class 
    Contains properties and inherited properties for the MacOS DMG (Apple Disk Image) App.
    class 
    Contains properties and inherited properties for the macOS LOB App.
    class 
    Contains properties and inherited properties for the macOS Microsoft Defender App.
    class 
    Contains properties and inherited properties for the macOS Microsoft Edge App.
    class 
    Contains properties and inherited properties for the MacOS Office Suite App.
    class 
    Contains properties and inherited properties for Managed Android Line Of Business apps.
    class 
    Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy.
    class 
    Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy.
    class 
    Contains properties and inherited properties for Managed iOS Line Of Business apps.
    class 
    Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy.
    class 
    An abstract base class containing properties for all managed mobile line-of-business apps.
    class 
    Microsoft Store for Business Apps.
    class 
    An abstract base class containing properties for all mobile line-of-business apps.
    class 
    Contains properties and inherited properties for web apps.
    class 
    Contains properties and inherited properties for Win32 apps.
    class 
    Contains properties and inherited properties for Windows AppX Line Of Business apps.
    class 
    Contains properties and inherited properties for the Microsoft Edge app on Windows.
    class 
    Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps.
    class 
    Contains properties and inherited properties for Windows Universal AppX Line Of Business apps.
    class 
    Contains properties and inherited properties for Windows web apps.
    Methods in com.microsoft.graph.models that return MobileApp
    Modifier and Type
    Method
    Description
    static MobileApp
    MobileApp.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode)
    Creates a new instance of the appropriate class based on discriminator value
    Methods in com.microsoft.graph.models that return types with arguments of type MobileApp
    Modifier and Type
    Method
    Description
    DeviceAppManagement.getMobileApps()
    Gets the mobileApps property value.
    MobileAppCollectionResponse.getValue()
    Gets the value property value.
    Method parameters in com.microsoft.graph.models with type arguments of type MobileApp
    Modifier and Type
    Method
    Description
    void
    DeviceAppManagement.setMobileApps(List<MobileApp> value)
    Sets the mobileApps property value.
    void
    MobileAppCollectionResponse.setValue(List<MobileApp> value)
    Sets the value property value.