Interface ExternalDocumentation

    • Method Detail

      • getDescription

        String getDescription()
        Returns the description property from an ExternalDocumentation instance.
        Returns:
        a short description of the target documentation
      • setDescription

        void setDescription​(String description)
        Sets this ExternalDocumentation's description property to the given string.
        Parameters:
        description - a short description of the target documentation
      • description

        default ExternalDocumentation description​(String description)
        Sets this ExternalDocumentation's description property to the given string.
        Parameters:
        description - a short description of the target documentation
        Returns:
        the current ExternalDocumentation instance
      • getUrl

        String getUrl()
        Returns the url property from an ExternalDocumentation instance.
        Returns:
        the URL for the target documentation
      • setUrl

        void setUrl​(String url)
        Sets this ExternalDocumentation's url property to the given string.
        Parameters:
        url - the URL for the target documentation
      • url

        default ExternalDocumentation url​(String url)
        Sets this ExternalDocumentation's url property to the given string.
        Parameters:
        url - the URL for the target documentation
        Returns:
        the current ExternalDocumentation instance