Class ExternalDocumentation

java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.model.ExternalDocumentation
All Implemented Interfaces:
Reference

public class ExternalDocumentation extends ExtendableObject implements Reference
Allows referencing an external resource for extended documentation.
See Also:
  • Constructor Details

    • ExternalDocumentation

      public ExternalDocumentation()
  • Method Details

    • getRef

      public String getRef()
      Description copied from interface: Reference
      Required. The reference string.
      Specified by:
      getRef in interface Reference