Class ContentBody
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.model.content.ContentBody
-
@Deprecated public class ContentBody extends Object
Deprecated.since 7.0.1 , useContentBody
-
-
Constructor Summary
Constructors Constructor Description ContentBody(ContentRepresentation representation, String value)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ContentRepresentation
getRepresentation()
Deprecated.String
getValue()
Deprecated.
-
-
-
Constructor Detail
-
ContentBody
public ContentBody(ContentRepresentation representation, String value)
Deprecated.
-
-
Method Detail
-
getRepresentation
public ContentRepresentation getRepresentation()
Deprecated.
-
getValue
public String getValue()
Deprecated.
-
-