Class SpaceEntity
java.lang.Object
com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
A simple bean to represent
Space.-
Field Summary
Fields inherited from class com.atlassian.confluence.plugins.rest.jackson2.entities.SearchResultEntity
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleangetHome()getKey()getLinks()getName()getTitle()inthashCode()voidsetCreatedDate(DateEntity createdDate) voidsetDescription(String description) voidsetHome(ContentEntity home) voidvoidsetLastModifiedDate(DateEntity lastModifiedDate) voidvoidsetRootPages(ContentEntityList rootPages) voidsetUserProperties(SpaceEntityUserProperties userProperties) voidsetWikiLink(String wikiLink) toString()Methods inherited from class com.atlassian.confluence.plugins.rest.jackson2.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
-
getLinks
-
toString
- Overrides:
toStringin classSearchResultEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classSearchResultEntity
-
equals
- Overrides:
equalsin classSearchResultEntity
-