Uses of Enum
com.microsoft.graph.models.ThreatAssessmentStatus
Packages that use ThreatAssessmentStatus
-
Uses of ThreatAssessmentStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ThreatAssessmentStatusModifier and TypeMethodDescriptionstatic ThreatAssessmentStatusThreatAssessmentRequest.getStatus()Gets the status property value.static ThreatAssessmentStatusReturns the enum constant of this type with the specified name.static ThreatAssessmentStatus[]ThreatAssessmentStatus.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 ThreatAssessmentStatusModifier and TypeMethodDescriptionvoidThreatAssessmentRequest.setStatus(ThreatAssessmentStatus value) Sets the status property value.