Interface SearchTasksResponse.Builder

    • Method Detail

      • nextItemOffset

        SearchTasksResponse.Builder nextItemOffset​(Integer nextItemOffset)

        The next incremental starting point after the defined itemOffset.

        Parameters:
        nextItemOffset - The next incremental starting point after the defined itemOffset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tasks

        SearchTasksResponse.Builder tasks​(TaskSearchSummary... tasks)

        Tasks in the search.

        Parameters:
        tasks - Tasks in the search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalResults

        SearchTasksResponse.Builder totalResults​(Integer totalResults)

        The total number of results in the search.

        Parameters:
        totalResults - The total number of results in the search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.