Class SpaceEntity
java.lang.Object
com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
com.atlassian.confluence.plugins.rest.entities.SpaceEntity
A simple bean to represent
Space
.-
Field Summary
Fields inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLink
(com.atlassian.plugins.rest.common.Link link) boolean
getHome()
getKey()
List<com.atlassian.plugins.rest.common.Link>
getLinks()
getName()
getTitle()
int
hashCode()
void
setCreatedDate
(DateEntity createdDate) void
setDescription
(String description) void
setHome
(ContentEntity home) void
void
setLastModifiedDate
(DateEntity lastModifiedDate) void
void
setRootPages
(ContentEntityList rootPages) void
setUserProperties
(SpaceEntityUserProperties userProperties) void
setWikiLink
(String wikiLink) toString()
Methods inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
getId, getIdLong, setId
-
Constructor Details
-
SpaceEntity
public SpaceEntity()
-
-
Method Details
-
getKey
-
getName
-
getRootPages
-
getHome
-
setKey
-
setName
-
getTitle
-
setHome
-
setRootPages
-
getUserProperties
-
setUserProperties
-
getDescription
-
setDescription
-
setLastModifiedDate
-
getLastModifiedDate
-
setCreatedDate
-
getCreatedDate
-
setWikiLink
-
getWikiLink
-
addLink
public void addLink(com.atlassian.plugins.rest.common.Link link) -
getLinks
-
toString
- Overrides:
toString
in classSearchResultEntity
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSearchResultEntity
-
equals
- Overrides:
equals
in classSearchResultEntity
-