com.atlassian.confluence.api.model.content
Class FormattedBody

java.lang.Object
  extended by com.atlassian.confluence.api.model.content.FormattedBody
Direct Known Subclasses:
ContentBody

@ExperimentalApi
public class FormattedBody
extends Object

A String with a ContentRepresentation.


Constructor Summary
FormattedBody(ContentRepresentation representation, String value)
           
 
Method Summary
 ContentRepresentation getRepresentation()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormattedBody

public FormattedBody(ContentRepresentation representation,
                     String value)
Method Detail

getRepresentation

public ContentRepresentation getRepresentation()

getValue

public String getValue()


Copyright © 2003–2015 Atlassian. All rights reserved.