Uses of Class
com.microsoft.graph.models.AppListItem
Packages that use AppListItem
-
Uses of AppListItem in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppListItemModifier and TypeMethodDescriptionstatic AppListItemAppListItem.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 AppListItemModifier and TypeMethodDescriptionAndroidGeneralDeviceConfiguration.getAppsHideList()Gets the appsHideList property value.AndroidGeneralDeviceConfiguration.getAppsInstallAllowList()Gets the appsInstallAllowList property value.AndroidGeneralDeviceConfiguration.getAppsLaunchBlockList()Gets the appsLaunchBlockList property value.IosGeneralDeviceConfiguration.getAppsSingleAppModeList()Gets the appsSingleAppModeList property value.IosGeneralDeviceConfiguration.getAppsVisibilityList()Gets the appsVisibilityList property value.AndroidGeneralDeviceConfiguration.getCompliantAppsList()Gets the compliantAppsList property value.IosGeneralDeviceConfiguration.getCompliantAppsList()Gets the compliantAppsList property value.MacOSGeneralDeviceConfiguration.getCompliantAppsList()Gets the compliantAppsList property value.WindowsPhone81GeneralConfiguration.getCompliantAppsList()Gets the compliantAppsList property value.AndroidGeneralDeviceConfiguration.getKioskModeApps()Gets the kioskModeApps property value.IosNetworkUsageRule.getManagedApps()Gets the managedApps property value.Method parameters in com.microsoft.graph.models with type arguments of type AppListItemModifier and TypeMethodDescriptionvoidAndroidGeneralDeviceConfiguration.setAppsHideList(List<AppListItem> value) Sets the appsHideList property value.voidAndroidGeneralDeviceConfiguration.setAppsInstallAllowList(List<AppListItem> value) Sets the appsInstallAllowList property value.voidAndroidGeneralDeviceConfiguration.setAppsLaunchBlockList(List<AppListItem> value) Sets the appsLaunchBlockList property value.voidIosGeneralDeviceConfiguration.setAppsSingleAppModeList(List<AppListItem> value) Sets the appsSingleAppModeList property value.voidIosGeneralDeviceConfiguration.setAppsVisibilityList(List<AppListItem> value) Sets the appsVisibilityList property value.voidAndroidGeneralDeviceConfiguration.setCompliantAppsList(List<AppListItem> value) Sets the compliantAppsList property value.voidIosGeneralDeviceConfiguration.setCompliantAppsList(List<AppListItem> value) Sets the compliantAppsList property value.voidMacOSGeneralDeviceConfiguration.setCompliantAppsList(List<AppListItem> value) Sets the compliantAppsList property value.voidWindowsPhone81GeneralConfiguration.setCompliantAppsList(List<AppListItem> value) Sets the compliantAppsList property value.voidAndroidGeneralDeviceConfiguration.setKioskModeApps(List<AppListItem> value) Sets the kioskModeApps property value.voidIosNetworkUsageRule.setManagedApps(List<AppListItem> value) Sets the managedApps property value.