Uses of Enum Class
org.graylog.plugins.views.startpage.recentActivities.ActivityType
Packages that use ActivityType
-
Uses of ActivityType in org.graylog.plugins.views.startpage.recentActivities
Methods in org.graylog.plugins.views.startpage.recentActivities that return ActivityTypeModifier and TypeMethodDescriptionRecentActivity.activityType()Returns the value of theactivityTyperecord component.abstract ActivityTypeRecentActivityDTO.activityType()RecentActivityEvent.activityType()Returns the value of theactivityTyperecord component.static ActivityTypeReturns the enum constant of this class with the specified name.static ActivityType[]ActivityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.startpage.recentActivities with parameters of type ActivityTypeModifier and TypeMethodDescriptionabstract RecentActivityDTO.BuilderRecentActivityDTO.Builder.activityType(ActivityType activityType) Constructors in org.graylog.plugins.views.startpage.recentActivities with parameters of type ActivityTypeModifierConstructorDescriptionRecentActivity(String id, ActivityType activityType, GRN itemGrn, String itemTitle, String userName, org.joda.time.DateTime timestamp) Creates an instance of aRecentActivityrecord class.RecentActivityEvent(ActivityType activityType, GRN grn, String userName) RecentActivityEvent(ActivityType activityType, GRN grn, String itemTitle, String userName) Creates an instance of aRecentActivityEventrecord class.