Interface SortDefinition.Builder

  • Method Details

    • key

      The key that's used to sort the data.

      Parameters:
      key - The key that's used to sort the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortOrder

      SortDefinition.Builder sortOrder(String sortOrder)

      The order that's used to sort the data.

      Parameters:
      sortOrder - The order that's used to sort the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SortDefinition.Builder sortOrder(SortOrder sortOrder)

      The order that's used to sort the data.

      Parameters:
      sortOrder - The order that's used to sort the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: