Interface ClickFeedback.Builder

    • Method Detail

      • resultId

        ClickFeedback.Builder resultId​(String resultId)

        The identifier of the search result that was clicked.

        Parameters:
        resultId - The identifier of the search result that was clicked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clickTime

        ClickFeedback.Builder clickTime​(Instant clickTime)

        The Unix timestamp when the result was clicked.

        Parameters:
        clickTime - The Unix timestamp when the result was clicked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.