Uses of Class
com.atlassian.confluence.legacyapi.model.content.HistorySummary
- 
Packages that use HistorySummary Package Description com.atlassian.confluence.legacyapi.model.content  - 
- 
Uses of HistorySummary in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return HistorySummary Modifier and Type Method Description HistorySummaryContent. getHistory()Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type HistorySummary Constructor 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. 
 -