Interface ExternalDocumentation

All Superinterfaces:
Constructible, Extensible

public interface ExternalDocumentation extends Constructible, Extensible
ExternalDocumentation

Allows referencing an external resource for extended documentation.

See Also:
  • Method Details

    • 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

      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

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