Packages

object IssueComment

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IssueComment
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def author[A](onBot: Option[SelectionBuilder[Bot, A]] = None, onEnterpriseUserAccount: Option[SelectionBuilder[EnterpriseUserAccount, A]] = None, onMannequin: Option[SelectionBuilder[Mannequin, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[IssueComment, Option[A]]

    The actor who authored the comment.

  6. def authorAssociation: SelectionBuilder[IssueComment, CommentAuthorAssociation]

    Author's association with the subject of the comment.

  7. def body: SelectionBuilder[IssueComment, String]

    The body as Markdown.

  8. def bodyHTML: SelectionBuilder[IssueComment, HTML]

    The body rendered to HTML.

  9. def bodyText: SelectionBuilder[IssueComment, String]

    The body rendered to text.

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def createdAt: SelectionBuilder[IssueComment, DateTime]

    Identifies the date and time when the object was created.

  12. def createdViaEmail: SelectionBuilder[IssueComment, Boolean]

    Check if this comment was created via an email reply.

  13. def databaseId: SelectionBuilder[IssueComment, Option[Int]]

    Identifies the primary key from the database.

  14. def editor[A](onBot: Option[SelectionBuilder[Bot, A]] = None, onEnterpriseUserAccount: Option[SelectionBuilder[EnterpriseUserAccount, A]] = None, onMannequin: Option[SelectionBuilder[Mannequin, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[IssueComment, Option[A]]

    The actor who edited the comment.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def id: SelectionBuilder[IssueComment, String]
  21. def includesCreatedEdit: SelectionBuilder[IssueComment, Boolean]

    Check if this comment was edited and includes an edit with the creation data

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isMinimized: SelectionBuilder[IssueComment, Boolean]

    Returns whether or not a comment has been minimized.

  24. def issue[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[IssueComment, A]

    Identifies the issue associated with the comment.

  25. def lastEditedAt: SelectionBuilder[IssueComment, Option[DateTime]]

    The moment the editor made the last edit

  26. def minimizedReason: SelectionBuilder[IssueComment, Option[String]]

    Returns why the comment was minimized.

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def publishedAt: SelectionBuilder[IssueComment, Option[DateTime]]

    Identifies when the comment was published at.

  31. def pullRequest[A](innerSelection: SelectionBuilder[PullRequest, A]): SelectionBuilder[IssueComment, Option[A]]

    Returns the pull request associated with the comment, if this comment was made on a pull request.

  32. def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[IssueComment, Option[List[A]]]

    A list of reactions grouped by content left on the subject.

  33. def reactions[A](after: Option[String] = None, before: Option[String] = None, content: Option[ReactionContent] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[ReactionOrder] = None)(innerSelection: SelectionBuilder[ReactionConnection, A]): SelectionBuilder[IssueComment, A]

    A list of Reactions left on the Issue.

  34. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[IssueComment, A]

    The repository associated with this node.

  35. def resourcePath: SelectionBuilder[IssueComment, URI]

    The HTTP path for this issue comment

  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def updatedAt: SelectionBuilder[IssueComment, DateTime]

    Identifies the date and time when the object was last updated.

  39. def url: SelectionBuilder[IssueComment, URI]

    The HTTP URL for this issue comment

  40. def userContentEdits[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserContentEditConnection, A]): SelectionBuilder[IssueComment, Option[A]]

    A list of edits to this content.

  41. def viewerCanDelete: SelectionBuilder[IssueComment, Boolean]

    Check if the current viewer can delete this object.

  42. def viewerCanMinimize: SelectionBuilder[IssueComment, Boolean]

    Check if the current viewer can minimize this object.

  43. def viewerCanReact: SelectionBuilder[IssueComment, Boolean]

    Can user react to this subject

  44. def viewerCanUpdate: SelectionBuilder[IssueComment, Boolean]

    Check if the current viewer can update this object.

  45. def viewerCannotUpdateReasons: SelectionBuilder[IssueComment, List[CommentCannotUpdateReason]]

    Reasons why the current viewer can not update this comment.

  46. def viewerDidAuthor: SelectionBuilder[IssueComment, Boolean]

    Did the viewer author this comment.

  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped