Uses of Class
odata.msgraph.client.beta.enums.DefenderScanType
-
Packages that use DefenderScanType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DefenderScanType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DefenderScanType Modifier and Type Field Description protected DefenderScanTypeWindows10EndpointProtectionConfiguration. defenderScanTypeprotected DefenderScanTypeWindows10GeneralConfiguration. defenderScanTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DefenderScanType Modifier and Type Method Description Optional<DefenderScanType>Windows10EndpointProtectionConfiguration. getDefenderScanType()“Selects whether to perform a quick scan or full scan.”Optional<DefenderScanType>Windows10GeneralConfiguration. getDefenderScanType()“The defender system scan type.”Methods in odata.msgraph.client.beta.entity with parameters of type DefenderScanType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. defenderScanType(DefenderScanType defenderScanType)“Selects whether to perform a quick scan or full scan.”Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. defenderScanType(DefenderScanType defenderScanType)“The defender system scan type.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withDefenderScanType(DefenderScanType defenderScanType)Returns an immutable copy ofthiswith just thedefenderScanTypefield changed.Windows10GeneralConfigurationWindows10GeneralConfiguration. withDefenderScanType(DefenderScanType defenderScanType)Returns an immutable copy ofthiswith just thedefenderScanTypefield changed. -
Uses of DefenderScanType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DefenderScanType Modifier and Type Method Description static DefenderScanTypeDefenderScanType. 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.
-