Uses of Class
com.microsoft.graph.models.WindowsMinimumOperatingSystem
Packages that use WindowsMinimumOperatingSystem
-
Uses of WindowsMinimumOperatingSystem in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsMinimumOperatingSystemModifier and TypeMethodDescriptionWindowsMinimumOperatingSystem.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueWindowsAppX.getMinimumSupportedOperatingSystem()Gets the minimumSupportedOperatingSystem property value.WindowsUniversalAppX.getMinimumSupportedOperatingSystem()Gets the minimumSupportedOperatingSystem property value.Methods in com.microsoft.graph.models with parameters of type WindowsMinimumOperatingSystemModifier and TypeMethodDescriptionvoidWindowsAppX.setMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem value) Sets the minimumSupportedOperatingSystem property value.voidWindowsUniversalAppX.setMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem value) Sets the minimumSupportedOperatingSystem property value.