Uses of Class
com.microsoft.graph.models.UserExperienceAnalyticsInsight
Packages that use UserExperienceAnalyticsInsight
-
Uses of UserExperienceAnalyticsInsight in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserExperienceAnalyticsInsightModifier and TypeMethodDescriptionUserExperienceAnalyticsInsight.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 UserExperienceAnalyticsInsightModifier and TypeMethodDescriptionUserExperienceAnalyticsCategory.getInsights()Gets the insights property value.UserExperienceAnalyticsOverview.getInsights()Gets the insights property value.Method parameters in com.microsoft.graph.models with type arguments of type UserExperienceAnalyticsInsightModifier and TypeMethodDescriptionvoidUserExperienceAnalyticsCategory.setInsights(List<UserExperienceAnalyticsInsight> value) Sets the insights property value.voidUserExperienceAnalyticsOverview.setInsights(List<UserExperienceAnalyticsInsight> value) Sets the insights property value.