| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DefenderPotentiallyUnwantedAppAction |
Windows10GeneralConfiguration.defenderPotentiallyUnwantedAppAction |
| Modifier and Type | Method and Description |
|---|---|
Optional<DefenderPotentiallyUnwantedAppAction> |
Windows10GeneralConfiguration.getDefenderPotentiallyUnwantedAppAction()
“Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA)
, which includes software with behaviors of ad-injection, software bundling,
persistent solicitation for payment or subscription, etc.
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.defenderPotentiallyUnwantedAppAction(DefenderPotentiallyUnwantedAppAction defenderPotentiallyUnwantedAppAction)
“Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA)
, which includes software with behaviors of ad-injection, software bundling,
persistent solicitation for payment or subscription, etc.
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withDefenderPotentiallyUnwantedAppAction(DefenderPotentiallyUnwantedAppAction defenderPotentiallyUnwantedAppAction)
Returns an immutable copy of
this with just the defenderPotentiallyUnwantedAppAction field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DefenderPotentiallyUnwantedAppAction |
DefenderPotentiallyUnwantedAppAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefenderPotentiallyUnwantedAppAction[] |
DefenderPotentiallyUnwantedAppAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.