Packages

object CommitComment

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommitComment
  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[CommitComment, Option[A]]

    The actor who authored the comment.

  6. def authorAssociation: SelectionBuilder[CommitComment, CommentAuthorAssociation]

    Author's association with the subject of the comment.

  7. def body: SelectionBuilder[CommitComment, String]

    Identifies the comment body.

  8. def bodyHTML: SelectionBuilder[CommitComment, HTML]

    The body rendered to HTML.

  9. def bodyText: SelectionBuilder[CommitComment, 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 commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[CommitComment, Option[A]]

    Identifies the commit associated with the comment, if the commit exists.

  12. def createdAt: SelectionBuilder[CommitComment, DateTime]

    Identifies the date and time when the object was created.

  13. def createdViaEmail: SelectionBuilder[CommitComment, Boolean]

    Check if this comment was created via an email reply.

  14. def databaseId: SelectionBuilder[CommitComment, Option[Int]]

    Identifies the primary key from the database.

  15. 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[CommitComment, Option[A]]

    The actor who edited the comment.

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

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

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

    Returns whether or not a comment has been minimized.

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

    The moment the editor made the last edit

  26. def minimizedReason: SelectionBuilder[CommitComment, 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 path: SelectionBuilder[CommitComment, Option[String]]

    Identifies the file path associated with the comment.

  31. def position: SelectionBuilder[CommitComment, Option[Int]]

    Identifies the line position associated with the comment.

  32. def publishedAt: SelectionBuilder[CommitComment, Option[DateTime]]

    Identifies when the comment was published at.

  33. def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[CommitComment, Option[List[A]]]

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

  34. 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[CommitComment, A]

    A list of Reactions left on the Issue.

  35. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[CommitComment, A]

    The repository associated with this node.

  36. def resourcePath: SelectionBuilder[CommitComment, URI]

    The HTTP path permalink for this commit comment.

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

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

  40. def url: SelectionBuilder[CommitComment, URI]

    The HTTP URL permalink for this commit comment.

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

    A list of edits to this content.

  42. def viewerCanDelete: SelectionBuilder[CommitComment, Boolean]

    Check if the current viewer can delete this object.

  43. def viewerCanMinimize: SelectionBuilder[CommitComment, Boolean]

    Check if the current viewer can minimize this object.

  44. def viewerCanReact: SelectionBuilder[CommitComment, Boolean]

    Can user react to this subject

  45. def viewerCanUpdate: SelectionBuilder[CommitComment, Boolean]

    Check if the current viewer can update this object.

  46. def viewerCannotUpdateReasons: SelectionBuilder[CommitComment, List[CommentCannotUpdateReason]]

    Reasons why the current viewer can not update this comment.

  47. def viewerDidAuthor: SelectionBuilder[CommitComment, Boolean]

    Did the viewer author this comment.

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

Inherited from AnyRef

Inherited from Any

Ungrouped