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 int
compareTo(WrappedComment other)
boolean
equals(Object otherObject)
Instant
getCreatedAt()
net.florianschoppmann.issuetracking.util.LazyString
getMarkdownText()
int
getNumberInTask()
com.asana.models.Story
getStory()
int
hashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(WrappedComment other)
- Specified by:
compareTo
in interfaceComparable<WrappedComment>
-
getCreatedAt
public Instant getCreatedAt()
-
getMarkdownText
public net.florianschoppmann.issuetracking.util.LazyString getMarkdownText()
-
getStory
public com.asana.models.Story getStory()
-
getNumberInTask
public int getNumberInTask()
-
-