Uses of Enum
com.microsoft.graph.models.ThreatAssessmentResultType
Packages that use ThreatAssessmentResultType
-
Uses of ThreatAssessmentResultType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ThreatAssessmentResultTypeModifier and TypeMethodDescriptionstatic ThreatAssessmentResultTypeThreatAssessmentResult.getResultType()Gets the resultType property value.static ThreatAssessmentResultTypeReturns the enum constant of this type with the specified name.static ThreatAssessmentResultType[]ThreatAssessmentResultType.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 ThreatAssessmentResultTypeModifier and TypeMethodDescriptionvoidThreatAssessmentResult.setResultType(ThreatAssessmentResultType value) Sets the resultType property value.