com.atlassian.confluence.plugins.rest.entities
Class ContentBodyEntity

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

public class ContentBodyEntity
extends Object


Constructor Summary
ContentBodyEntity()
           
ContentBodyEntity(BodyContent bodyContent)
           
ContentBodyEntity(String value, BodyType bodyType)
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentBodyEntity

public ContentBodyEntity()

ContentBodyEntity

public ContentBodyEntity(String value,
                         BodyType bodyType)

ContentBodyEntity

public ContentBodyEntity(BodyContent bodyContent)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2003-2012 Atlassian. All Rights Reserved.