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

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

public class ContentBodyEntity
extends java.lang.Object


Constructor Summary
ContentBodyEntity()
           
ContentBodyEntity(BodyContent bodyContent)
           
ContentBodyEntity(java.lang.String value, BodyType bodyType)
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.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(java.lang.String value,
                         BodyType bodyType)

ContentBodyEntity

public ContentBodyEntity(BodyContent bodyContent)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)


Copyright © 2003-2014 Atlassian. All Rights Reserved.