| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DefenderScanType |
Windows10EndpointProtectionConfiguration.defenderScanType |
protected DefenderScanType |
Windows10GeneralConfiguration.defenderScanType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DefenderScanType> |
Windows10EndpointProtectionConfiguration.getDefenderScanType()
“Selects whether to perform a quick scan or full scan.”
|
Optional<DefenderScanType> |
Windows10GeneralConfiguration.getDefenderScanType()
“The defender system scan type.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.defenderScanType(DefenderScanType defenderScanType)
“Selects whether to perform a quick scan or full scan.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.defenderScanType(DefenderScanType defenderScanType)
“The defender system scan type.”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withDefenderScanType(DefenderScanType defenderScanType)
Returns an immutable copy of
this with just the defenderScanType
field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withDefenderScanType(DefenderScanType defenderScanType)
Returns an immutable copy of
this with just the defenderScanType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DefenderScanType |
DefenderScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefenderScanType[] |
DefenderScanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.