| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsUpdateNotificationDisplayOption |
WindowsUpdateForBusinessConfiguration.updateNotificationLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsUpdateNotificationDisplayOption> |
WindowsUpdateForBusinessConfiguration.getUpdateNotificationLevel()
“Specifies what Windows Update notifications users see.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsUpdateForBusinessConfiguration.Builder |
WindowsUpdateForBusinessConfiguration.Builder.updateNotificationLevel(WindowsUpdateNotificationDisplayOption updateNotificationLevel)
“Specifies what Windows Update notifications users see.”
|
WindowsUpdateForBusinessConfiguration |
WindowsUpdateForBusinessConfiguration.withUpdateNotificationLevel(WindowsUpdateNotificationDisplayOption updateNotificationLevel)
Returns an immutable copy of
this with just the updateNotificationLevel field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsUpdateNotificationDisplayOption |
WindowsUpdateNotificationDisplayOption.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.
|
Copyright © 2018–2020. All rights reserved.