com.atlassian.confluence.xhtml.api
Class EmbeddedImageLinkBody
java.lang.Object
com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody
- All Implemented Interfaces:
- LinkBody<EmbeddedImage>
public class EmbeddedImageLinkBody
- extends Object
- implements LinkBody<EmbeddedImage>
A LinkBody representing an EmbeddedImage.
EmbeddedImageLinkBody
public EmbeddedImageLinkBody(EmbeddedImage image)
getBody
public EmbeddedImage getBody()
- Specified by:
getBody
in interface LinkBody<EmbeddedImage>
- Returns:
- the underlying data represented by this link body.
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object