Interface Issue

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Issue.Comment
      Represents a comment attached to an Issue.
    • Method Detail

      • getId

        java.lang.String getId()
        Returns the id of this issue.
        Returns:
        The id of this issue.
      • getAuthor

        java.lang.String getAuthor()
        Returns the user who created this issue.
        Returns:
        The user who created this issue.
      • getTitle

        java.lang.String getTitle()
        Returns the title of this issue.
        Returns:
        The title of this issue.
      • getDateTime

        java.time.LocalDateTime getDateTime()
        Returns the datetime of this issue.
        Returns:
        The datetime of this issue.
      • getComments

        java.util.List<Issue.Comment> getComments()
        Returns the comments of this issue.
        Returns:
        The comments of this issue.