Uses of Class
odata.msgraph.client.enums.AutoRestartNotificationDismissalMethod
-
Packages that use AutoRestartNotificationDismissalMethod Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AutoRestartNotificationDismissalMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AutoRestartNotificationDismissalMethod Modifier and Type Field Description protected AutoRestartNotificationDismissalMethodWindowsUpdateForBusinessConfiguration. autoRestartNotificationDismissalMethods in odata.msgraph.client.entity that return types with arguments of type AutoRestartNotificationDismissalMethod Modifier and Type Method Description Optional<AutoRestartNotificationDismissalMethod>WindowsUpdateForBusinessConfiguration. getAutoRestartNotificationDismissal()“Specify the method by which the auto-restart required notification is dismissed.Methods in odata.msgraph.client.entity with parameters of type AutoRestartNotificationDismissalMethod Modifier and Type Method Description WindowsUpdateForBusinessConfiguration.BuilderWindowsUpdateForBusinessConfiguration.Builder. autoRestartNotificationDismissal(AutoRestartNotificationDismissalMethod autoRestartNotificationDismissal)“Specify the method by which the auto-restart required notification is dismissed.WindowsUpdateForBusinessConfigurationWindowsUpdateForBusinessConfiguration. withAutoRestartNotificationDismissal(AutoRestartNotificationDismissalMethod autoRestartNotificationDismissal)Returns an immutable copy ofthiswith just theautoRestartNotificationDismissalfield changed. -
Uses of AutoRestartNotificationDismissalMethod in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AutoRestartNotificationDismissalMethod Modifier and Type Method Description static AutoRestartNotificationDismissalMethodAutoRestartNotificationDismissalMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoRestartNotificationDismissalMethod[]AutoRestartNotificationDismissalMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-