Uses of Class
com.microsoft.graph.models.UserActivity
Packages that use UserActivity
-
Uses of UserActivity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserActivityModifier and TypeMethodDescriptionstatic UserActivityUserActivity.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueActivityHistoryItem.getActivity()Gets the activity property value.Methods in com.microsoft.graph.models that return types with arguments of type UserActivityModifier and TypeMethodDescriptionUser.getActivities()Gets the activities property value.UserActivityCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type UserActivityModifier and TypeMethodDescriptionvoidActivityHistoryItem.setActivity(UserActivity value) Sets the activity property value.Method parameters in com.microsoft.graph.models with type arguments of type UserActivityModifier and TypeMethodDescriptionvoidUser.setActivities(List<UserActivity> value) Sets the activities property value.voidUserActivityCollectionResponse.setValue(List<UserActivity> value) Sets the value property value.