Interface SortCriteria.Builder

  • Method Details

    • attributeName

      SortCriteria.Builder attributeName(String attributeName)

      The name of the attribute to sort on.

      Parameters:
      attributeName - The name of the attribute to sort on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderBy

      SortCriteria.Builder orderBy(String orderBy)

      The sort order, ascending or descending.

      Parameters:
      orderBy - The sort order, ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • orderBy

      SortCriteria.Builder orderBy(OrderBy orderBy)

      The sort order, ascending or descending.

      Parameters:
      orderBy - The sort order, ascending or descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: