|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.api.model.content.Space
@ExperimentalApi public class Space
Representation of a Confluence Space.
Nested Class Summary | |
---|---|
static class |
Space.Expansions
Provides property names that can be used to expand Space objects. |
static class |
Space.SpaceBuilder
Builds Space objects. |
Method Summary | |
---|---|
static Space.SpaceBuilder |
builder()
Returns a Space.SpaceBuilder instance that can be used to create a new Space object. |
static Reference<Space> |
buildReference(java.lang.String spaceKey)
builds a collapsed reference to the space with the given spaceKey |
java.util.Map<ContentRepresentation,FormattedBody> |
getDescription()
|
java.util.Map<ContentRepresentation,Reference<FormattedBody>> |
getDescriptionRefs()
|
Reference<Content> |
getHomepageRef()
|
Reference<Icon> |
getIconRef()
|
long |
getId()
|
java.lang.String |
getKey()
|
java.lang.String |
getName()
|
static java.lang.String |
getSpaceKey(Reference<Space> reference)
|
SpaceType |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getSpaceKey(Reference<Space> reference)
public static Reference<Space> buildReference(java.lang.String spaceKey)
spaceKey
- - the space key of the space
public static Space.SpaceBuilder builder()
Space.SpaceBuilder
instance that can be used to create a new Space
object.
public long getId()
public java.lang.String getKey()
public java.lang.String getName()
public Reference<Icon> getIconRef()
public java.util.Map<ContentRepresentation,FormattedBody> getDescription()
public java.util.Map<ContentRepresentation,Reference<FormattedBody>> getDescriptionRefs()
public Reference<Content> getHomepageRef()
public SpaceType getType()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |