Uses of Class
com.microsoft.graph.models.FraudProtectionProvider
Packages that use FraudProtectionProvider
-
Uses of FraudProtectionProvider in com.microsoft.graph.models
Subclasses of FraudProtectionProvider in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassMethods in com.microsoft.graph.models that return FraudProtectionProviderModifier and TypeMethodDescriptionstatic FraudProtectionProviderFraudProtectionProvider.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueFraudProtectionProviderConfiguration.getFraudProtectionProvider()Gets the fraudProtectionProvider property value.Methods in com.microsoft.graph.models that return types with arguments of type FraudProtectionProviderModifier and TypeMethodDescriptionRiskPreventionContainer.getFraudProtectionProviders()Gets the fraudProtectionProviders property value.FraudProtectionProviderCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type FraudProtectionProviderModifier and TypeMethodDescriptionvoidFraudProtectionProviderConfiguration.setFraudProtectionProvider(FraudProtectionProvider value) Sets the fraudProtectionProvider property value.Method parameters in com.microsoft.graph.models with type arguments of type FraudProtectionProviderModifier and TypeMethodDescriptionvoidRiskPreventionContainer.setFraudProtectionProviders(List<FraudProtectionProvider> value) Sets the fraudProtectionProviders property value.voidFraudProtectionProviderCollectionResponse.setValue(List<FraudProtectionProvider> value) Sets the value property value.