public class Content extends Object
Constructor and Description |
---|
Content(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath,
com.atlassian.fugue.Option<String> tinyUrlPath,
HistorySummary history,
Iterable<ContentLink> ancestors,
Map<ContentRepresentation,ContentBody> body,
Map<Permission,Boolean> permissions) |
Modifier and Type | Method and Description |
---|---|
List<ContentLink> |
getAncestors() |
Map<ContentRepresentation,ContentBody> |
getBody() |
HistorySummary |
getHistory() |
String |
getId() |
Map<Permission,Boolean> |
getPermissions() |
com.atlassian.fugue.Option<SpaceSummary> |
getSpace() |
com.atlassian.fugue.Option<String> |
getTinyUrlPath() |
String |
getTitle() |
ContentType |
getType() |
String |
getWebUrlPath() |
public Content(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath, com.atlassian.fugue.Option<String> tinyUrlPath, HistorySummary history, Iterable<ContentLink> ancestors, Map<ContentRepresentation,ContentBody> body, Map<Permission,Boolean> permissions)
public String getId()
public ContentType getType()
public String getTitle()
public String getWebUrlPath()
public com.atlassian.fugue.Option<String> getTinyUrlPath()
public HistorySummary getHistory()
public com.atlassian.fugue.Option<SpaceSummary> getSpace()
public List<ContentLink> getAncestors()
public Map<ContentRepresentation,ContentBody> getBody()
public Map<Permission,Boolean> getPermissions()
Copyright © 2003–2017 Atlassian. All rights reserved.