Uses of Class
odata.msgraph.client.beta.enums.DefenderSubmitSamplesConsentType
-
Packages that use DefenderSubmitSamplesConsentType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DefenderSubmitSamplesConsentType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DefenderSubmitSamplesConsentType Modifier and Type Field Description protected DefenderSubmitSamplesConsentTypeWindows10EndpointProtectionConfiguration. defenderSubmitSamplesConsentTypeprotected DefenderSubmitSamplesConsentTypeWindows10GeneralConfiguration. defenderSubmitSamplesConsentTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DefenderSubmitSamplesConsentType Modifier and Type Method 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.”Methods in odata.msgraph.client.beta.entity with parameters of type DefenderSubmitSamplesConsentType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. defenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)“Checks for the user consent level in Windows Defender to send data.”Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. defenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)“Checks for the user consent level in Windows Defender to send data.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withDefenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)Returns an immutable copy ofthiswith just thedefenderSubmitSamplesConsentTypefield changed.Windows10GeneralConfigurationWindows10GeneralConfiguration. withDefenderSubmitSamplesConsentType(DefenderSubmitSamplesConsentType defenderSubmitSamplesConsentType)Returns an immutable copy ofthiswith just thedefenderSubmitSamplesConsentTypefield changed. -
Uses of DefenderSubmitSamplesConsentType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DefenderSubmitSamplesConsentType Modifier and Type Method Description static DefenderSubmitSamplesConsentTypeDefenderSubmitSamplesConsentType. 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.
-