Uses of Enum
com.microsoft.graph.models.AutomaticUpdateMode
Packages that use AutomaticUpdateMode
-
Uses of AutomaticUpdateMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AutomaticUpdateModeModifier and TypeMethodDescriptionstatic AutomaticUpdateModeWindowsUpdateForBusinessConfiguration.getAutomaticUpdateMode()Gets the automaticUpdateMode property value.static AutomaticUpdateModeReturns the enum constant of this type with the specified name.static AutomaticUpdateMode[]AutomaticUpdateMode.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 AutomaticUpdateModeModifier and TypeMethodDescriptionvoidWindowsUpdateForBusinessConfiguration.setAutomaticUpdateMode(AutomaticUpdateMode value) Sets the automaticUpdateMode property value.