Uses of Class
com.microsoft.graph.models.AccessReviewRecommendationInsightSetting
Packages that use AccessReviewRecommendationInsightSetting
-
Uses of AccessReviewRecommendationInsightSetting in com.microsoft.graph.models
Subclasses of AccessReviewRecommendationInsightSetting in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassMethods in com.microsoft.graph.models that return AccessReviewRecommendationInsightSettingModifier and TypeMethodDescriptionAccessReviewRecommendationInsightSetting.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 AccessReviewRecommendationInsightSettingModifier and TypeMethodDescriptionAccessReviewScheduleSettings.getRecommendationInsightSettings()Gets the recommendationInsightSettings property value.AccessReviewStageSettings.getRecommendationInsightSettings()Gets the recommendationInsightSettings property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessReviewRecommendationInsightSettingModifier and TypeMethodDescriptionvoidAccessReviewScheduleSettings.setRecommendationInsightSettings(List<AccessReviewRecommendationInsightSetting> value) Sets the recommendationInsightSettings property value.voidAccessReviewStageSettings.setRecommendationInsightSettings(List<AccessReviewRecommendationInsightSetting> value) Sets the recommendationInsightSettings property value.