Interface LinkBody<T>

Type Parameters:
T - the type of the link body
All Known Implementing Classes:
EmbeddedImageLinkBody, PlainTextLinkBody, RichTextLinkBody

public interface LinkBody<T>
A type representing the different link bodies in Confluence
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getBody

      T getBody()
      Returns:
      the underlying data represented by this link body.