Interface UrlReference.Builder

    • Method Detail

      • name

        UrlReference.Builder name​(String name)

        Identifier of the URL reference.

        Parameters:
        name - Identifier of the URL reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        UrlReference.Builder value​(String value)

        A valid URL.

        Parameters:
        value - A valid URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.