com.atlassian.confluence.plugins.rest.entities
Class SpaceEntity
java.lang.Object
com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
com.atlassian.confluence.plugins.rest.entities.SpaceEntity
@Expander(value=SpaceEntityExpander.class)
public class SpaceEntity
- extends SearchResultEntity
A simple bean to represent Space
.
SpaceEntity
public SpaceEntity()
getKey
public String getKey()
getName
public String getName()
getRootPages
public ContentEntityList getRootPages()
getHome
public ContentEntity getHome()
setKey
public void setKey(String key)
setName
public void setName(String name)
getTitle
public String getTitle()
setHome
public void setHome(ContentEntity home)
toString
public String toString()
- String representation is only used for diagnostic purposes.
- Overrides:
toString
in class Object
setRootPages
public void setRootPages(ContentEntityList rootPages)
getUserProperties
public SpaceEntityUserProperties getUserProperties()
setUserProperties
public void setUserProperties(SpaceEntityUserProperties userProperties)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
setLastModifiedDate
public void setLastModifiedDate(DateEntity lastModifiedDate)
getLastModifiedDate
public DateEntity getLastModifiedDate()
setCreatedDate
public void setCreatedDate(DateEntity createdDate)
getCreatedDate
public DateEntity getCreatedDate()
setWikiLink
public void setWikiLink(String wikiLink)
getWikiLink
public String getWikiLink()
addLink
public void addLink(com.atlassian.plugins.rest.common.Link link)
getLinks
public List<com.atlassian.plugins.rest.common.Link> getLinks()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2003-2013 Atlassian. All Rights Reserved.