| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsStartMenuAppListVisibilityType |
Windows10GeneralConfiguration.startMenuAppListVisibility |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsStartMenuAppListVisibilityType> |
Windows10GeneralConfiguration.getStartMenuAppListVisibility()
“Setting the value of this collapses the app list, removes the app list entirely,
or disables the corresponding toggle in the Settings app.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.startMenuAppListVisibility(WindowsStartMenuAppListVisibilityType startMenuAppListVisibility)
“Setting the value of this collapses the app list, removes the app list entirely,
or disables the corresponding toggle in the Settings app.”
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withStartMenuAppListVisibility(WindowsStartMenuAppListVisibilityType startMenuAppListVisibility)
Returns an immutable copy of
this with just the startMenuAppListVisibility field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsStartMenuAppListVisibilityType |
WindowsStartMenuAppListVisibilityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsStartMenuAppListVisibilityType[] |
WindowsStartMenuAppListVisibilityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.