Class InlineTaskListItem
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskListItem
-
public class InlineTaskListItem extends Object
The in-memory representation of an inline task - only to be used during editor / storage marshalling and unmarshalling.
-
-
Constructor Summary
Constructors Constructor Description InlineTaskListItem(String id, boolean completed, String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBody()StringgetId()inthashCode()booleanisCompleted()StringtoString()
-