Uses of Enum
com.microsoft.graph.models.WindowsUpdateType
Packages that use WindowsUpdateType
-
Uses of WindowsUpdateType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsUpdateTypeModifier and TypeMethodDescriptionstatic WindowsUpdateTypeWindowsUpdateForBusinessConfiguration.getBusinessReadyUpdatesOnly()Gets the businessReadyUpdatesOnly property value.static WindowsUpdateTypeReturns the enum constant of this type with the specified name.static WindowsUpdateType[]WindowsUpdateType.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 WindowsUpdateTypeModifier and TypeMethodDescriptionvoidWindowsUpdateForBusinessConfiguration.setBusinessReadyUpdatesOnly(WindowsUpdateType value) Sets the businessReadyUpdatesOnly property value.