Uses of Class
odata.msgraph.client.beta.enums.WindowsUpdateForBusinessUpdateWeeks
-
Packages that use WindowsUpdateForBusinessUpdateWeeks Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsUpdateForBusinessUpdateWeeks in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsUpdateForBusinessUpdateWeeks Modifier and Type Field Description protected WindowsUpdateForBusinessUpdateWeeksWindowsUpdateForBusinessConfiguration. updateWeeksMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsUpdateForBusinessUpdateWeeks Modifier and Type Method Description Optional<WindowsUpdateForBusinessUpdateWeeks>WindowsUpdateForBusinessConfiguration. getUpdateWeeks()“Scheduled the update installation on the weeks of the month”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsUpdateForBusinessUpdateWeeks Modifier and Type Method Description WindowsUpdateForBusinessConfiguration.BuilderWindowsUpdateForBusinessConfiguration.Builder. updateWeeks(WindowsUpdateForBusinessUpdateWeeks updateWeeks)“Scheduled 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.beta.enums
Methods in odata.msgraph.client.beta.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.
-