Class Content
java.lang.Object
com.atlassian.confluence.legacyapi.model.content.Content
Deprecated.
Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so
on.
-
Constructor Summary
ConstructorsConstructorDescriptionContent
(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. -
Method Summary
-
Constructor Details
-
Content
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) Deprecated.
-
-
Method Details
-
getId
Deprecated. -
getType
Deprecated. -
getTitle
Deprecated. -
getWebUrlPath
Deprecated. -
getTinyUrlPath
Deprecated. -
getHistory
Deprecated. -
getSpace
Deprecated. -
getAncestors
Deprecated. -
getBody
Deprecated. -
getPermissions
Deprecated.
-
Content