Uses of Enum
com.microsoft.graph.models.RiskEventType
Packages that use RiskEventType
-
Uses of RiskEventType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RiskEventTypeModifier and TypeMethodDescriptionstatic RiskEventTypestatic RiskEventTypeReturns the enum constant of this type with the specified name.static RiskEventType[]RiskEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type RiskEventTypeModifier and TypeMethodDescriptionSignIn.getRiskEventTypes()Gets the riskEventTypes property value.Method parameters in com.microsoft.graph.models with type arguments of type RiskEventTypeModifier and TypeMethodDescriptionvoidSignIn.setRiskEventTypes(List<RiskEventType> value) Sets the riskEventTypes property value.