Uses of Enum
com.microsoft.graph.models.DefenderCloudBlockLevelType
Packages that use DefenderCloudBlockLevelType
-
Uses of DefenderCloudBlockLevelType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DefenderCloudBlockLevelTypeModifier and TypeMethodDescriptionstatic DefenderCloudBlockLevelTypeWindows10GeneralConfiguration.getDefenderCloudBlockLevel()Gets the defenderCloudBlockLevel property value.static DefenderCloudBlockLevelTypeReturns the enum constant of this type with the specified name.static DefenderCloudBlockLevelType[]DefenderCloudBlockLevelType.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 DefenderCloudBlockLevelTypeModifier and TypeMethodDescriptionvoidWindows10GeneralConfiguration.setDefenderCloudBlockLevel(DefenderCloudBlockLevelType value) Sets the defenderCloudBlockLevel property value.