Interface SearchSort.Builder

    • Method Detail

      • attribute

        SearchSort.Builder attribute​(String attribute)

        The attribute detail of the way to sort search results.

        Parameters:
        attribute - The attribute detail of the way to sort search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • order

        SearchSort.Builder order​(String order)

        The order detail of the wya to sort search results.

        Parameters:
        order - The order detail of the wya to sort search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • order

        SearchSort.Builder order​(SortOrder order)

        The order detail of the wya to sort search results.

        Parameters:
        order - The order detail of the wya to sort search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder