Interface GetArchiveSearchResultsResponse.Builder

    • Method Detail

      • rows

        GetArchiveSearchResultsResponse.Builder rows​(Collection<Row> rows)

        The list of email result objects matching the search criteria.

        Parameters:
        rows - The list of email result objects matching the search criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rows

        GetArchiveSearchResultsResponse.Builder rows​(Row... rows)

        The list of email result objects matching the search criteria.

        Parameters:
        rows - The list of email result objects matching the search criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.