| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AutoRestartNotificationDismissalMethod |
WindowsUpdateForBusinessConfiguration.autoRestartNotificationDismissal |
| Modifier and Type | Method and Description |
|---|---|
Optional<AutoRestartNotificationDismissalMethod> |
WindowsUpdateForBusinessConfiguration.getAutoRestartNotificationDismissal()
“Specify the method by which the auto-restart required notification is dismissed”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsUpdateForBusinessConfiguration.Builder |
WindowsUpdateForBusinessConfiguration.Builder.autoRestartNotificationDismissal(AutoRestartNotificationDismissalMethod autoRestartNotificationDismissal)
“Specify the method by which the auto-restart required notification is dismissed”
|
WindowsUpdateForBusinessConfiguration |
WindowsUpdateForBusinessConfiguration.withAutoRestartNotificationDismissal(AutoRestartNotificationDismissalMethod autoRestartNotificationDismissal)
Returns an immutable copy of
this with just the autoRestartNotificationDismissal field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AutoRestartNotificationDismissalMethod |
AutoRestartNotificationDismissalMethod.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.
|
Copyright © 2018–2020. All rights reserved.