Class EditSummary
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.model.content.EditSummary
-
@Deprecated public class EditSummary extends Object
Deprecated.since 7.0.1 , useVersion
-
-
Constructor Summary
Constructors Constructor Description EditSummary(Person by, Date when, String message, int version, long id)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Person
getBy()
Deprecated.long
getId()
Deprecated.String
getMessage()
Deprecated.int
getVersion()
Deprecated.Date
getWhen()
Deprecated.
-