Uses of Class
com.microsoft.graph.models.ItemAnalytics
Packages that use ItemAnalytics
-
Uses of ItemAnalytics in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ItemAnalyticsModifier and TypeMethodDescriptionstatic ItemAnalyticsItemAnalytics.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueDriveItem.getAnalytics()Gets the analytics property value.ListItem.getAnalytics()Gets the analytics property value.Site.getAnalytics()Gets the analytics property value.Methods in com.microsoft.graph.models with parameters of type ItemAnalyticsModifier and TypeMethodDescriptionvoidDriveItem.setAnalytics(ItemAnalytics value) Sets the analytics property value.voidListItem.setAnalytics(ItemAnalytics value) Sets the analytics property value.voidSite.setAnalytics(ItemAnalytics value) Sets the analytics property value.