Uses of Enum Class
org.graylog.plugins.views.search.searchtypes.events.EventList.Direction
Packages that use EventList.Direction
-
Uses of EventList.Direction in org.graylog.plugins.views.search.searchtypes.events
Methods in org.graylog.plugins.views.search.searchtypes.events that return EventList.DirectionModifier and TypeMethodDescriptionEventList.SortConfig.direction()Returns the value of thedirectionrecord component.static EventList.DirectionReturns the enum constant of this class with the specified name.static EventList.Direction[]EventList.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog.plugins.views.search.searchtypes.events with parameters of type EventList.DirectionModifierConstructorDescriptionSortConfig(String field, EventList.Direction direction) Creates an instance of aSortConfigrecord class.