Uses of Class
com.microsoft.graph.models.ItemActivityStat
Packages that use ItemActivityStat
-
Uses of ItemActivityStat in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ItemActivityStatModifier and TypeMethodDescriptionstatic ItemActivityStatItemActivityStat.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueItemAnalytics.getAllTime()Gets the allTime property value.ItemAnalytics.getLastSevenDays()Gets the lastSevenDays property value.Methods in com.microsoft.graph.models that return types with arguments of type ItemActivityStatModifier and TypeMethodDescriptionItemAnalytics.getItemActivityStats()Gets the itemActivityStats property value.ItemActivityStatCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ItemActivityStatModifier and TypeMethodDescriptionvoidItemAnalytics.setAllTime(ItemActivityStat value) Sets the allTime property value.voidItemAnalytics.setLastSevenDays(ItemActivityStat value) Sets the lastSevenDays property value.Method parameters in com.microsoft.graph.models with type arguments of type ItemActivityStatModifier and TypeMethodDescriptionvoidItemAnalytics.setItemActivityStats(List<ItemActivityStat> value) Sets the itemActivityStats property value.voidItemActivityStatCollectionResponse.setValue(List<ItemActivityStat> value) Sets the value property value.