Uses of Class
odata.msgraph.client.enums.AutomaticUpdateMode
-
Packages that use AutomaticUpdateMode Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AutomaticUpdateMode in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AutomaticUpdateMode Modifier and Type Field Description protected AutomaticUpdateModeWindowsUpdateForBusinessConfiguration. automaticUpdateModeMethods in odata.msgraph.client.entity that return types with arguments of type AutomaticUpdateMode Modifier and Type Method Description Optional<AutomaticUpdateMode>WindowsUpdateForBusinessConfiguration. getAutomaticUpdateMode()“The Automatic Update Mode.Methods in odata.msgraph.client.entity with parameters of type AutomaticUpdateMode Modifier and Type Method Description WindowsUpdateForBusinessConfiguration.BuilderWindowsUpdateForBusinessConfiguration.Builder. automaticUpdateMode(AutomaticUpdateMode automaticUpdateMode)“The Automatic Update Mode.WindowsUpdateForBusinessConfigurationWindowsUpdateForBusinessConfiguration. withAutomaticUpdateMode(AutomaticUpdateMode automaticUpdateMode)Returns an immutable copy ofthiswith just theautomaticUpdateModefield changed. -
Uses of AutomaticUpdateMode in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AutomaticUpdateMode Modifier and Type Method Description static AutomaticUpdateModeAutomaticUpdateMode. valueOf(String name)Returns 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.
-