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 boolean
equals(Object o)
String
getBody()
String
getId()
int
hashCode()
boolean
isCompleted()
String
toString()
-