| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsStartMenuModeType |
Windows10GeneralConfiguration.startMenuMode |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsStartMenuModeType> |
Windows10GeneralConfiguration.getStartMenuMode()
“Allows admins to decide how the Start menu is displayed.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.startMenuMode(WindowsStartMenuModeType startMenuMode)
“Allows admins to decide how the Start menu is displayed.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withStartMenuMode(WindowsStartMenuModeType startMenuMode)
Returns an immutable copy of
this with just the startMenuMode
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsStartMenuModeType |
WindowsStartMenuModeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsStartMenuModeType[] |
WindowsStartMenuModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.