Interface Sorted


  • public interface Sorted
    Simple contract for search results that are sorted in a specific direction.
    • Method Detail

      • getSortDirection

        String getSortDirection()
        Defines a general sort direction, which will usually by something like "asc" or "desc" but can be customized however an application likes.
        Returns:
        the sort direction