@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() |
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 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()
public String toString()
toString
in class SearchResultEntity
public int hashCode()
hashCode
in class SearchResultEntity
public boolean equals(Object obj)
equals
in class SearchResultEntity
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences