Uses of Class
odata.msgraph.client.enums.WindowsUpdateForBusinessUpdateWeeks
-
Packages that use WindowsUpdateForBusinessUpdateWeeks Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsUpdateForBusinessUpdateWeeks in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsUpdateForBusinessUpdateWeeks Modifier and Type Field Description protected WindowsUpdateForBusinessUpdateWeeksWindowsUpdateForBusinessConfiguration. updateWeeksMethods in odata.msgraph.client.entity that return types with arguments of type WindowsUpdateForBusinessUpdateWeeks Modifier and Type Method Description Optional<WindowsUpdateForBusinessUpdateWeeks>WindowsUpdateForBusinessConfiguration. getUpdateWeeks()“Schedule the update installation on the weeks of the month.Methods in odata.msgraph.client.entity with parameters of type WindowsUpdateForBusinessUpdateWeeks Modifier and Type Method Description WindowsUpdateForBusinessConfiguration.BuilderWindowsUpdateForBusinessConfiguration.Builder. updateWeeks(WindowsUpdateForBusinessUpdateWeeks updateWeeks)“Schedule the update installation on the weeks of the month.WindowsUpdateForBusinessConfigurationWindowsUpdateForBusinessConfiguration. withUpdateWeeks(WindowsUpdateForBusinessUpdateWeeks updateWeeks)Returns an immutable copy ofthiswith just theupdateWeeksfield changed. -
Uses of WindowsUpdateForBusinessUpdateWeeks in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsUpdateForBusinessUpdateWeeks Modifier and Type Method Description static WindowsUpdateForBusinessUpdateWeeksWindowsUpdateForBusinessUpdateWeeks. valueOf(String name)Returns 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.
-