@Expander(value=SpaceEntityExpander.class) public class SpaceEntity extends SearchResultEntity
Space
.id
Constructor and Description |
---|
SpaceEntity() |
Modifier and Type | Method and Description |
---|---|
void |
addLink(com.atlassian.plugins.rest.common.Link link) |
boolean |
equals(Object obj) |
DateEntity |
getCreatedDate() |
String |
getDescription() |
ContentEntity |
getHome() |
String |
getKey() |
DateEntity |
getLastModifiedDate() |
List<com.atlassian.plugins.rest.common.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.
|
getId, getIdLong, setId
public String getKey()
public String getName()
public ContentEntityList getRootPages()
public ContentEntity getHome()
public void setKey(String key)
public void setName(String name)
public String getTitle()
public void setHome(ContentEntity home)
public String toString()
public void setRootPages(ContentEntityList rootPages)
public SpaceEntityUserProperties getUserProperties()
public void setUserProperties(SpaceEntityUserProperties userProperties)
public String getDescription()
public void setDescription(String description)
public void setLastModifiedDate(DateEntity lastModifiedDate)
public DateEntity getLastModifiedDate()
public void setCreatedDate(DateEntity createdDate)
public DateEntity getCreatedDate()
public void setWikiLink(String wikiLink)
public String getWikiLink()
public void addLink(com.atlassian.plugins.rest.common.Link link)
public List<com.atlassian.plugins.rest.common.Link> getLinks()
Copyright © 2003–2015 Atlassian. All rights reserved.