Interface DataPathSort.Builder

    • Method Detail

      • direction

        DataPathSort.Builder direction​(String direction)

        Determines the sort direction.

        Parameters:
        direction - Determines the sort direction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortDirection, SortDirection
      • sortPaths

        DataPathSort.Builder sortPaths​(Collection<DataPathValue> sortPaths)

        The list of data paths that need to be sorted.

        Parameters:
        sortPaths - The list of data paths that need to be sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortPaths

        DataPathSort.Builder sortPaths​(DataPathValue... sortPaths)

        The list of data paths that need to be sorted.

        Parameters:
        sortPaths - The list of data paths that need to be sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.