Class ContentBodyEntity

java.lang.Object
com.atlassian.confluence.plugins.rest.entities.ContentBodyEntity

public class ContentBodyEntity extends Object
  • Constructor Details

    • ContentBodyEntity

      public ContentBodyEntity()
    • ContentBodyEntity

      public ContentBodyEntity(String value, BodyType bodyType)
    • ContentBodyEntity

      public ContentBodyEntity(BodyContent bodyContent)
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object