com.atlassian.confluence.plugins.rest.entities
Class ContentEntity
java.lang.Object
com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
com.atlassian.confluence.plugins.rest.entities.ContentEntity
@Expander(value=ContentEntityExpander.class)
public class ContentEntity
- extends SearchResultEntity
A simple bean to represent ContentEntityObject
.
ContentEntity
public ContentEntity()
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.