Class InlineTaskListItem
java.lang.Object
com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
The in-memory representation of an inline task - only to be used during
editor / storage marshalling and unmarshalling.
-
Constructor Summary
ConstructorsConstructorDescriptionInlineTaskListItem(String id, boolean completed, String body) InlineTaskListItem(String id, String uuid, boolean completed, String body) -
Method Summary