Interface URL.Builder

    • Method Detail

      • hyperlinkName

        URL.Builder hyperlinkName​(String hyperlinkName)

        The name or word that's used as a hyperlink to the URL.

        Parameters:
        hyperlinkName - The name or word that's used as a hyperlink to the URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • link

        URL.Builder link​(String link)

        The unique identifier for the internet resource.

        Parameters:
        link - The unique identifier for the internet resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.