Class SpaceEntity
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
-
- com.atlassian.confluence.plugins.rest.entities.SpaceEntity
-
@Expander(SpaceEntityExpander.class) public class SpaceEntity extends SearchResultEntity
A simple bean to representSpace.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
id
-
-
Constructor Summary
Constructors Constructor Description SpaceEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLink(com.atlassian.plugins.rest.common.Link link)booleanequals(Object obj)DateEntitygetCreatedDate()StringgetDescription()ContentEntitygetHome()StringgetKey()DateEntitygetLastModifiedDate()List<com.atlassian.plugins.rest.common.Link>getLinks()StringgetName()ContentEntityListgetRootPages()StringgetTitle()SpaceEntityUserPropertiesgetUserProperties()StringgetWikiLink()inthashCode()voidsetCreatedDate(DateEntity createdDate)voidsetDescription(String description)voidsetHome(ContentEntity home)voidsetKey(String key)voidsetLastModifiedDate(DateEntity lastModifiedDate)voidsetName(String name)voidsetRootPages(ContentEntityList rootPages)voidsetUserProperties(SpaceEntityUserProperties userProperties)voidsetWikiLink(String wikiLink)StringtoString()-
Methods inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
getId, getIdLong, setId
-
-
-
-
Method Detail
-
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)
-
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()
-
toString
public String toString()
- Overrides:
toStringin classSearchResultEntity
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSearchResultEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSearchResultEntity
-
-