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