Uses of Enum
com.microsoft.graph.models.ThreatExpectedAssessment
Packages that use ThreatExpectedAssessment
-
Uses of ThreatExpectedAssessment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ThreatExpectedAssessmentModifier and TypeMethodDescriptionstatic ThreatExpectedAssessmentThreatAssessmentRequest.getExpectedAssessment()Gets the expectedAssessment property value.static ThreatExpectedAssessmentReturns the enum constant of this type with the specified name.static ThreatExpectedAssessment[]ThreatExpectedAssessment.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 ThreatExpectedAssessmentModifier and TypeMethodDescriptionvoidThreatAssessmentRequest.setExpectedAssessment(ThreatExpectedAssessment value) Sets the expectedAssessment property value.