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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBody() 
 - 
 
- 
- 
Method Detail
- 
getBody
T getBody()
- Returns:
 - the underlying data represented by this link body.
 
 
 - 
 
 -