Uses of Class
com.microsoft.graph.models.ItemActivity
Packages that use ItemActivity
-
Uses of ItemActivity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ItemActivityModifier and TypeMethodDescriptionstatic ItemActivityItemActivity.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 ItemActivityModifier and TypeMethodDescriptionItemActivityStat.getActivities()Gets the activities property value.ItemActivityCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ItemActivityModifier and TypeMethodDescriptionvoidItemActivityStat.setActivities(List<ItemActivity> value) Sets the activities property value.voidItemActivityCollectionResponse.setValue(List<ItemActivity> value) Sets the value property value.