Uses of Enum
com.microsoft.graph.models.ThreatCategory
Packages that use ThreatCategory
-
Uses of ThreatCategory in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ThreatCategoryModifier and TypeMethodDescriptionstatic ThreatCategoryThreatAssessmentRequest.getCategory()Gets the category property value.static ThreatCategoryReturns the enum constant of this type with the specified name.static ThreatCategory[]ThreatCategory.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 ThreatCategoryModifier and TypeMethodDescriptionvoidThreatAssessmentRequest.setCategory(ThreatCategory value) Sets the category property value.