Uses of Class
com.microsoft.graph.models.RiskDetection
Packages that use RiskDetection
-
Uses of RiskDetection in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RiskDetectionModifier and TypeMethodDescriptionstatic RiskDetectionRiskDetection.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type RiskDetectionModifier and TypeMethodDescriptionIdentityProtectionRoot.getRiskDetections()Gets the riskDetections property value.RiskDetectionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type RiskDetectionModifier and TypeMethodDescriptionvoidIdentityProtectionRoot.setRiskDetections(List<RiskDetection> value) Sets the riskDetections property value.voidRiskDetectionCollectionResponse.setValue(List<RiskDetection> value) Sets the value property value.