public class

SpaceEntity

extends SearchResultEntity
java.lang.Object
   ↳ com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
     ↳ com.atlassian.confluence.plugins.rest.entities.SpaceEntity

Class Overview

A simple bean to represent Space.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
Public Constructors
SpaceEntity()
Public Methods
void addLink(Link link)
boolean equals(Object obj)
DateEntity getCreatedDate()
String getDescription()
ContentEntity getHome()
String getKey()
DateEntity getLastModifiedDate()
List<Link> getLinks()
String getName()
ContentEntityList getRootPages()
String getTitle()
SpaceEntityUserProperties getUserProperties()
String getWikiLink()
int hashCode()
void setCreatedDate(DateEntity createdDate)
void setDescription(String description)
void setHome(ContentEntity home)
void setKey(String key)
void setLastModifiedDate(DateEntity lastModifiedDate)
void setName(String name)
void setRootPages(ContentEntityList rootPages)
void setUserProperties(SpaceEntityUserProperties userProperties)
void setWikiLink(String wikiLink)
String toString()
String representation is only used for diagnostic purposes.
[Expand]
Inherited Methods
From class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
From class java.lang.Object

Public Constructors

public SpaceEntity ()

Public Methods

public void addLink (Link link)

public boolean equals (Object obj)

public DateEntity getCreatedDate ()

public String getDescription ()

public ContentEntity getHome ()

public String getKey ()

public DateEntity getLastModifiedDate ()

public List<Link> getLinks ()

public String getName ()

public ContentEntityList getRootPages ()

public String getTitle ()

public SpaceEntityUserProperties getUserProperties ()

public String getWikiLink ()

public int hashCode ()

public void setCreatedDate (DateEntity createdDate)

public void setDescription (String description)

public void setHome (ContentEntity home)

public void setKey (String key)

public void setLastModifiedDate (DateEntity lastModifiedDate)

public void setName (String name)

public void setRootPages (ContentEntityList rootPages)

public void setUserProperties (SpaceEntityUserProperties userProperties)

public void setWikiLink (String wikiLink)

public String toString ()

String representation is only used for diagnostic purposes.