Uses of Enum Class
org.graylog2.rest.resources.entities.Sorting.Direction
Packages that use Sorting.Direction
-
Uses of Sorting.Direction in org.graylog2.rest.resources.entities
Methods in org.graylog2.rest.resources.entities that return Sorting.DirectionModifier and TypeMethodDescriptionSorting.direction()Returns the value of thedirectionrecord component.static Sorting.DirectionReturns the enum constant of this class with the specified name.static Sorting.Direction[]Sorting.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.rest.resources.entities with parameters of type Sorting.DirectionModifier and TypeMethodDescriptionstatic SortingSorting.create(String id, Sorting.Direction direction) Constructors in org.graylog2.rest.resources.entities with parameters of type Sorting.DirectionModifierConstructorDescriptionSorting(String id, Sorting.Direction direction) Creates an instance of aSortingrecord class.