Interface SearchSort.Builder

  • Method Details

    • attribute

      SearchSort.Builder attribute(String attribute)

      The attribute to sort by.

      Parameters:
      attribute - The attribute to sort by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • order

      SearchSort.Builder order(String order)

      The sort order. Valid values are ASCENDING and DESCENDING.

      Parameters:
      order - The sort order. Valid values are ASCENDING and DESCENDING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      The sort order. Valid values are ASCENDING and DESCENDING.

      Parameters:
      order - The sort order. Valid values are ASCENDING and DESCENDING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: