| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AppInstallControlType |
Windows10GeneralConfiguration.smartScreenAppInstallControl |
| Modifier and Type | Method and Description |
|---|---|
Optional<AppInstallControlType> |
Windows10GeneralConfiguration.getSmartScreenAppInstallControl()
“Added in Windows 10, version 1703.
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.smartScreenAppInstallControl(AppInstallControlType smartScreenAppInstallControl)
“Added in Windows 10, version 1703.
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withSmartScreenAppInstallControl(AppInstallControlType smartScreenAppInstallControl)
Returns an immutable copy of
this with just the smartScreenAppInstallControl field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AppInstallControlType |
AppInstallControlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppInstallControlType[] |
AppInstallControlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.