Class WrappedComment
- java.lang.Object
-
- net.florianschoppmann.issuetracking.asana.WrappedComment
-
- All Implemented Interfaces:
Comparable<WrappedComment>
public final class WrappedComment extends Object implements Comparable<WrappedComment>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(WrappedComment other)booleanequals(Object otherObject)InstantgetCreatedAt()LazyStringgetMarkdownText()intgetNumberInTask()com.asana.models.StorygetStory()inthashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(WrappedComment other)
- Specified by:
compareToin interfaceComparable<WrappedComment>
-
getCreatedAt
public Instant getCreatedAt()
-
getMarkdownText
public LazyString getMarkdownText()
-
getStory
public com.asana.models.Story getStory()
-
getNumberInTask
public int getNumberInTask()
-
-