Uses of Class
odata.msgraph.client.enums.WindowsUpdateNotificationDisplayOption
-
Packages that use WindowsUpdateNotificationDisplayOption Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsUpdateNotificationDisplayOption in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsUpdateNotificationDisplayOption Modifier and Type Field Description protected WindowsUpdateNotificationDisplayOptionWindowsUpdateForBusinessConfiguration. updateNotificationLevelMethods in odata.msgraph.client.entity that return types with arguments of type WindowsUpdateNotificationDisplayOption Modifier and Type Method Description Optional<WindowsUpdateNotificationDisplayOption>WindowsUpdateForBusinessConfiguration. getUpdateNotificationLevel()“Specifies what Windows Update notifications users see.Methods in odata.msgraph.client.entity with parameters of type WindowsUpdateNotificationDisplayOption Modifier and Type Method Description WindowsUpdateForBusinessConfiguration.BuilderWindowsUpdateForBusinessConfiguration.Builder. updateNotificationLevel(WindowsUpdateNotificationDisplayOption updateNotificationLevel)“Specifies what Windows Update notifications users see.WindowsUpdateForBusinessConfigurationWindowsUpdateForBusinessConfiguration. withUpdateNotificationLevel(WindowsUpdateNotificationDisplayOption updateNotificationLevel)Returns an immutable copy ofthiswith just theupdateNotificationLevelfield changed. -
Uses of WindowsUpdateNotificationDisplayOption in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsUpdateNotificationDisplayOption Modifier and Type Method Description static WindowsUpdateNotificationDisplayOptionWindowsUpdateNotificationDisplayOption. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsUpdateNotificationDisplayOption[]WindowsUpdateNotificationDisplayOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-