public class

EmbeddedImageLinkBody

extends Object
implements LinkBody<T>
java.lang.Object
   ↳ com.atlassian.confluence.xhtml.api.EmbeddedImageLinkBody

Class Overview

A LinkBody representing an EmbeddedImage.

Summary

Public Constructors
EmbeddedImageLinkBody(EmbeddedImage image)
Public Methods
boolean equals(Object other)
EmbeddedImage getBody()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.xhtml.api.LinkBody

Public Constructors

public EmbeddedImageLinkBody (EmbeddedImage image)

Public Methods

public boolean equals (Object other)

public EmbeddedImage getBody ()

public int hashCode ()

public String toString ()