Interface SearchStepsResponse.Builder

    • Method Detail

      • nextItemOffset

        SearchStepsResponse.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.
      • steps

        SearchStepsResponse.Builder steps​(StepSearchSummary... steps)

        The steps in the search.

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

        SearchStepsResponse.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.