Content
@Deprecated 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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContentLink> |
getAncestors()
Deprecated.
|
Map<ContentRepresentation,ContentBody> |
getBody()
Deprecated.
|
HistorySummary |
getHistory()
Deprecated.
|
String |
getId()
Deprecated.
|
Map<Permission,Boolean> |
getPermissions()
Deprecated.
|
com.atlassian.fugue.Option<SpaceSummary> |
getSpace()
Deprecated.
|
com.atlassian.fugue.Option<String> |
getTinyUrlPath()
Deprecated.
|
String |
getTitle()
Deprecated.
|
ContentType |
getType()
Deprecated.
|
String |
getWebUrlPath()
Deprecated.
|
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–2020 Atlassian. All rights reserved.