Interface SortDefinition.Builder

    • Method Detail

      • key

        SortDefinition.Builder key​(String 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, SortOrder
      • 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:
        SortOrder, SortOrder