Class Space
java.lang.Object
com.atlassian.confluence.api.model.content.Space
- All Implemented Interfaces:
Container
,Relatable
,NavigationAware
Representation of a Confluence Space.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Space.SpaceBuilder
builder()
Returns aSpace.SpaceBuilder
instance that can be used to create a newSpace
object.static Space.SpaceBuilder
buildReference
(String spaceKey) builds a collapsed reference to the space with the given spaceKeyboolean
Deprecated.long
getId()
getKey()
getLinks()
getName()
static String
getSpaceKey
(Reference<Space> reference) getType()
int
hashCode()
resolveNavigation
(NavigationService navigationService) toString()
-
Method Details
-
getSpaceKey
-
buildReference
builds a collapsed reference to the space with the given spaceKey- Parameters:
spaceKey
- - the space key of the space- Returns:
- a reference to a space
-
builder
Returns aSpace.SpaceBuilder
instance that can be used to create a newSpace
object. -
builder
-
getId
public long getId() -
getKey
-
getName
-
getIconRef
-
getDescription
-
getMetadata
-
getPermissions
-
getDescriptionRefs
Deprecated.Since 5.5.1 UsegetDescription()
. -
getHomepageRef
-
getLinks
-
getType
-
getCreator
-
getCreationDate
-
getLastModifier
-
getLastModificationDate
-
toString
-
equals
-
hashCode
public int hashCode()
-
getDescription()
.