Uses of Enum
com.microsoft.graph.models.DefenderScanType
Packages that use DefenderScanType
-
Uses of DefenderScanType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DefenderScanTypeModifier and TypeMethodDescriptionstatic DefenderScanTypeWindows10GeneralConfiguration.getDefenderScanType()Gets the defenderScanType property value.static DefenderScanTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type DefenderScanTypeModifier and TypeMethodDescriptionvoidWindows10GeneralConfiguration.setDefenderScanType(DefenderScanType value) Sets the defenderScanType property value.