Uses of Class
com.microsoft.graph.models.MobileContainedApp
Packages that use MobileContainedApp
-
Uses of MobileContainedApp in com.microsoft.graph.models
Subclasses of MobileContainedApp in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassA class that represents a contained app of a WindowsUniversalAppX app.Methods in com.microsoft.graph.models that return MobileContainedAppModifier and TypeMethodDescriptionstatic MobileContainedAppMobileContainedApp.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 MobileContainedAppModifier and TypeMethodDescriptionWindowsUniversalAppX.getCommittedContainedApps()Gets the committedContainedApps property value.MobileAppContent.getContainedApps()Gets the containedApps property value.MobileContainedAppCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MobileContainedAppModifier and TypeMethodDescriptionvoidWindowsUniversalAppX.setCommittedContainedApps(List<MobileContainedApp> value) Sets the committedContainedApps property value.voidMobileAppContent.setContainedApps(List<MobileContainedApp> value) Sets the containedApps property value.voidMobileContainedAppCollectionResponse.setValue(List<MobileContainedApp> value) Sets the value property value.