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

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

@Expander(value=ContentEntityExpander.class)
public class ContentEntity
extends SearchResultEntity

A simple bean to represent ContentEntityObject.


Field Summary
 
Fields inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
id
 
Constructor Summary
ContentEntity()
           
 
Method Summary
 void addLink(com.atlassian.plugins.rest.common.Link link)
           
 AttachmentEntityList getAttachments()
           
 ContentEntityList getChildren()
           
 CommentEntityTree getComments()
           
 ContentBodyEntity getContentBody()
           
 DateEntity getCreatedDate()
           
 UserEntity getCreator()
           
 LabelEntityList getLabels()
           
 DateEntity getLastModifiedDate()
           
 UserEntity getLastModifier()
           
 String getParentId()
           
 SpaceEntity getSpace()
           
 com.atlassian.plugins.rest.common.Link getThumbnailLink()
           
 String getTitle()
           
 String getType()
           
 String getUsername()
           
 String getWikiLink()
           
 void setAttachments(AttachmentEntityList attachmentEntityList)
           
 void setChildren(ContentEntityList children)
           
 void setComments(CommentEntityTree comments)
           
 void setContentBody(ContentBodyEntity contentBodyEntity)
           
 void setCreatedDate(DateEntity date)
           
 void setCreator(UserEntity creator)
           
 void setLabels(LabelEntityList labels)
           
 void setLastModifiedDate(DateEntity lastModifiedDate)
           
 void setLastModifier(UserEntity lastModifier)
           
 void setParentId(String parentId)
           
 void setSpace(SpaceEntity space)
           
 void setThumbnailLink(com.atlassian.plugins.rest.common.Link thumbnailLink)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setUsername(String username)
           
 void setWikiLink(String wikiLink)
           
 String toString()
          String representation is only used for diagnostic purposes.
 
Methods inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
getId, getIdLong, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentEntity

public ContentEntity()
Method Detail

getParentId

public String getParentId()

setParentId

public void setParentId(String parentId)

getType

public String getType()

setType

public void setType(String type)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getContentBody

public ContentBodyEntity getContentBody()

setContentBody

public void setContentBody(ContentBodyEntity contentBodyEntity)

getChildren

public ContentEntityList getChildren()

setChildren

public void setChildren(ContentEntityList children)

getComments

public CommentEntityTree getComments()

setComments

public void setComments(CommentEntityTree comments)

getWikiLink

public String getWikiLink()

setWikiLink

public void setWikiLink(String wikiLink)

toString

public String toString()
String representation is only used for diagnostic purposes.

Overrides:
toString in class Object

setLastModifiedDate

public void setLastModifiedDate(DateEntity lastModifiedDate)

getLastModifiedDate

public DateEntity getLastModifiedDate()

setSpace

public void setSpace(SpaceEntity space)

getSpace

public SpaceEntity getSpace()

getThumbnailLink

public com.atlassian.plugins.rest.common.Link getThumbnailLink()

setThumbnailLink

public void setThumbnailLink(com.atlassian.plugins.rest.common.Link thumbnailLink)

setAttachments

public void setAttachments(AttachmentEntityList attachmentEntityList)

getAttachments

public AttachmentEntityList getAttachments()

getLabels

public LabelEntityList getLabels()

setLabels

public void setLabels(LabelEntityList labels)

setCreatedDate

public void setCreatedDate(DateEntity date)

getCreatedDate

public DateEntity getCreatedDate()

setUsername

public void setUsername(String username)

getUsername

public String getUsername()

getCreator

public UserEntity getCreator()

setCreator

public void setCreator(UserEntity creator)

getLastModifier

public UserEntity getLastModifier()

setLastModifier

public void setLastModifier(UserEntity lastModifier)

addLink

public void addLink(com.atlassian.plugins.rest.common.Link link)


Copyright © 2003-2013 Atlassian. All Rights Reserved.