| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DefenderSubmitSamplesConsentType |
Windows10EndpointProtectionConfiguration.defenderSubmitSamplesConsentType |
protected DefenderSubmitSamplesConsentType |
Windows10GeneralConfiguration.defenderSubmitSamplesConsentType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DefenderSubmitSamplesConsentType> |
Windows10EndpointProtectionConfiguration.getDefenderSubmitSamplesConsentType()
“Checks for the user consent level in Windows Defender to send data.”
|
Optional<DefenderSubmitSamplesConsentType> |
Windows10GeneralConfiguration.getDefenderSubmitSamplesConsentType()
“Checks for the user consent level in Windows Defender to send data.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.defenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)
“Checks for the user consent level in Windows Defender to send data.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.defenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)
“Checks for the user consent level in Windows Defender to send data.”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withDefenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)
Returns an immutable copy of
this with just the defenderSubmitSamplesConsentType field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withDefenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)
Returns an immutable copy of
this with just the defenderSubmitSamplesConsentType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DefenderSubmitSamplesConsentType |
DefenderSubmitSamplesConsentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefenderSubmitSamplesConsentType[] |
DefenderSubmitSamplesConsentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.