Uses of Interface
org.graylog2.rest.resources.entities.preferences.model.SortPreferences
Packages that use SortPreferences
-
Uses of SortPreferences in org.graylog2.rest.resources.entities.preferences.model
Classes in org.graylog2.rest.resources.entities.preferences.model that implement SortPreferencesMethods in org.graylog2.rest.resources.entities.preferences.model that return SortPreferencesModifier and TypeMethodDescriptionEntityListPreferences.sort()Returns the value of thesortrecord component.Constructors in org.graylog2.rest.resources.entities.preferences.model with parameters of type SortPreferencesModifierConstructorDescriptionEntityListPreferences(List<String> displayedAttributes, Integer perPage, SortPreferences sort) Creates an instance of aEntityListPreferencesrecord class.