Class WrappedTask
- java.lang.Object
-
- net.florianschoppmann.issuetracking.asana.WrappedTask
-
- All Implemented Interfaces:
Comparable<WrappedTask>
public final class WrappedTask extends Object implements Comparable<WrappedTask>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(WrappedTask other)booleanequals(Object otherObject)SortedSet<WrappedAttachment>getAttachments()SortedSet<WrappedComment>getComments()InstantgetCreatedAt()LazyStringgetMarkdownDescription()intgetNumberInProject()@Nullable WrappedTaskgetSectionTitle()com.asana.models.TaskgetTask()StringgetTaskId()inthashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(WrappedTask other)
- Specified by:
compareToin interfaceComparable<WrappedTask>
-
getTaskId
public String getTaskId()
-
getCreatedAt
public Instant getCreatedAt()
-
getMarkdownDescription
public LazyString getMarkdownDescription()
-
getTask
public com.asana.models.Task getTask()
-
getSectionTitle
public @Nullable WrappedTask getSectionTitle()
-
getComments
public SortedSet<WrappedComment> getComments()
-
getAttachments
public SortedSet<WrappedAttachment> getAttachments()
-
getNumberInProject
public int getNumberInProject()
-
-