Interface ListTasksSortBase.Builder

    • Method Detail

      • sortBy

        ListTasksSortBase.Builder sortBy​(String sortBy)

        Specifies the field by which the task list should be sorted.

        Parameters:
        sortBy - Specifies the field by which the task list should be sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ListTasksSortName, ListTasksSortName
      • sortOrder

        ListTasksSortBase.Builder sortOrder​(String sortOrder)

        Determines the order in which the sorted results are presented.

        Parameters:
        sortOrder - Determines the order in which the sorted results are presented.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListTasksSortBase.Builder sortOrder​(SortOrder sortOrder)

        Determines the order in which the sorted results are presented.

        Parameters:
        sortOrder - Determines the order in which the sorted results are presented.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder