Interface ReferenceLink.Builder

    • Method Detail

      • text

        ReferenceLink.Builder text​(String text)

        The hyperlink text that describes the link to more information.

        Parameters:
        text - The hyperlink text that describes the link to more information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • link

        ReferenceLink.Builder link​(String link)

        The URL address to find more information.

        Parameters:
        link - The URL address to find more information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.