Uses of Enum
com.microsoft.graph.models.WindowsUpdateForBusinessUpdateWeeks
Packages that use WindowsUpdateForBusinessUpdateWeeks
-
Uses of WindowsUpdateForBusinessUpdateWeeks in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsUpdateForBusinessUpdateWeeksModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static WindowsUpdateForBusinessUpdateWeeks[]WindowsUpdateForBusinessUpdateWeeks.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type WindowsUpdateForBusinessUpdateWeeksModifier and TypeMethodDescriptionWindowsUpdateForBusinessConfiguration.getUpdateWeeks()Gets the updateWeeks property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsUpdateForBusinessUpdateWeeksModifier and TypeMethodDescriptionvoidWindowsUpdateForBusinessConfiguration.setUpdateWeeks(EnumSet<WindowsUpdateForBusinessUpdateWeeks> value) Sets the updateWeeks property value.