Uses of Enum Class
org.graylog2.rest.resources.entities.preferences.model.SortPreferences.SortOrder
Packages that use SortPreferences.SortOrder
-
Uses of SortPreferences.SortOrder in org.graylog2.rest.resources.entities.preferences.model
Methods in org.graylog2.rest.resources.entities.preferences.model that return SortPreferences.SortOrderModifier and TypeMethodDescriptionSingleFieldSortPreferences.sortOrder()Returns the value of thesortOrderrecord component.static SortPreferences.SortOrderReturns the enum constant of this class with the specified name.static SortPreferences.SortOrder[]SortPreferences.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.rest.resources.entities.preferences.model with parameters of type SortPreferences.SortOrderModifierConstructorDescriptionSingleFieldSortPreferences(String sortField, SortPreferences.SortOrder sortOrder) Creates an instance of aSingleFieldSortPreferencesrecord class.