Interface Sort.Builder

    • Method Detail

      • key

        Sort.Builder key​(String key)

        The sort key of a sort object.

        Parameters:
        key - The sort key of a sort object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Sort.Builder value​(String value)

        The sort value of a sort object.

        Parameters:
        value - The sort value of a sort object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortValue, SortValue
      • value

        Sort.Builder value​(SortValue value)

        The sort value of a sort object.

        Parameters:
        value - The sort value of a sort object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortValue, SortValue