Interface SortingField


public interface SortingField
Since:
3.9.0
  • Method Details

    • id

      @NotNull String id()
    • label

      @NotNull String label()
    • description

      @NotNull String description()
      Returns:
      the description of the field which usually contains hints about how the field is used.
    • descending

      boolean descending()