Uses of Enum
com.microsoft.graph.models.AutoRestartNotificationDismissalMethod
Packages that use AutoRestartNotificationDismissalMethod
-
Uses of AutoRestartNotificationDismissalMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AutoRestartNotificationDismissalMethodModifier and TypeMethodDescriptionWindowsUpdateForBusinessConfiguration.getAutoRestartNotificationDismissal()Gets the autoRestartNotificationDismissal property value.Returns the enum constant of this type with the specified name.AutoRestartNotificationDismissalMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AutoRestartNotificationDismissalMethodModifier and TypeMethodDescriptionvoidWindowsUpdateForBusinessConfiguration.setAutoRestartNotificationDismissal(AutoRestartNotificationDismissalMethod value) Sets the autoRestartNotificationDismissal property value.