Uses of Enum
com.microsoft.graph.models.AppListType
Packages that use AppListType
-
Uses of AppListType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppListTypeModifier and TypeMethodDescriptionstatic AppListTypeIosGeneralDeviceConfiguration.getAppsVisibilityListType()Gets the appsVisibilityListType property value.AndroidGeneralDeviceConfiguration.getCompliantAppListType()Gets the compliantAppListType property value.IosGeneralDeviceConfiguration.getCompliantAppListType()Gets the compliantAppListType property value.MacOSGeneralDeviceConfiguration.getCompliantAppListType()Gets the compliantAppListType property value.WindowsPhone81GeneralConfiguration.getCompliantAppListType()Gets the compliantAppListType property value.static AppListTypeReturns the enum constant of this type with the specified name.static AppListType[]AppListType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AppListTypeModifier and TypeMethodDescriptionvoidIosGeneralDeviceConfiguration.setAppsVisibilityListType(AppListType value) Sets the appsVisibilityListType property value.voidAndroidGeneralDeviceConfiguration.setCompliantAppListType(AppListType value) Sets the compliantAppListType property value.voidIosGeneralDeviceConfiguration.setCompliantAppListType(AppListType value) Sets the compliantAppListType property value.voidMacOSGeneralDeviceConfiguration.setCompliantAppListType(AppListType value) Sets the compliantAppListType property value.voidWindowsPhone81GeneralConfiguration.setCompliantAppListType(AppListType value) Sets the compliantAppListType property value.