Interface DocLink.Builder

    • Method Detail

      • text

        DocLink.Builder text​(String text)

        The text with the link to documentation for the recommendation.

        Parameters:
        text - The text with the link to documentation for the recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        DocLink.Builder url​(String url)

        The URL for the documentation for the recommendation.

        Parameters:
        url - The URL for the documentation for the recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.