Class ConfluenceDiffDraftBean
- java.lang.Object
-
- com.atlassian.confluence.diff.beans.ConfluenceDiffDraftBean
-
public class ConfluenceDiffDraftBean extends Object
The bean to be returned in a JSON request. Used to create the diff between a draft and the current version
-
-
Constructor Summary
Constructors Constructor Description ConfluenceDiffDraftBean(ContentEntityObject original, Draft latest, Differ differ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDraftId()
List<String>
getErrors()
String
getHtmlDiff()
String
getTitle()
-