Interface OrderByDetails


public interface OrderByDetails
An interface providing the ordering details for paginated requests. Ordering consists of a field to order by, as well as the direction to ordering should be applied.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the field the results should be ordered on.
    The direction the ordering should be applied.
  • Method Details

    • getField

      String getField()
      The name of the field the results should be ordered on.
      Returns:
      The field name.
    • getSortOrder

      SortOrder getSortOrder()
      The direction the ordering should be applied.
      Returns:
      The direction.