Packages

o

caliban.client.github.Client

PullRequestReviewComment

object PullRequestReviewComment

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

    The actor who authored the comment.

  6. def authorAssociation: SelectionBuilder[PullRequestReviewComment, CommentAuthorAssociation]

    Author's association with the subject of the comment.

  7. def body: SelectionBuilder[PullRequestReviewComment, String]

    The comment body of this review comment.

  8. def bodyHTML: SelectionBuilder[PullRequestReviewComment, HTML]

    The body rendered to HTML.

  9. def bodyText: SelectionBuilder[PullRequestReviewComment, String]

    The comment body of this review comment rendered as plain 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[PullRequestReviewComment, Option[A]]

    Identifies the commit associated with the comment.

  12. def createdAt: SelectionBuilder[PullRequestReviewComment, DateTime]

    Identifies when the comment was created.

  13. def createdViaEmail: SelectionBuilder[PullRequestReviewComment, Boolean]

    Check if this comment was created via an email reply.

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

    Identifies the primary key from the database.

  15. def diffHunk: SelectionBuilder[PullRequestReviewComment, String]

    The diff hunk to which the comment applies.

  16. def draftedAt: SelectionBuilder[PullRequestReviewComment, DateTime]

    Identifies when the comment was created in a draft state.

  17. 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[PullRequestReviewComment, Option[A]]

    The actor who edited the comment.

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

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

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isMinimized: SelectionBuilder[PullRequestReviewComment, Boolean]

    Returns whether or not a comment has been minimized.

  27. def lastEditedAt: SelectionBuilder[PullRequestReviewComment, Option[DateTime]]

    The moment the editor made the last edit

  28. def minimizedReason: SelectionBuilder[PullRequestReviewComment, Option[String]]

    Returns why the comment was minimized.

  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def originalCommit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[PullRequestReviewComment, Option[A]]

    Identifies the original commit associated with the comment.

  33. def originalPosition: SelectionBuilder[PullRequestReviewComment, Int]

    The original line index in the diff to which the comment applies.

  34. def outdated: SelectionBuilder[PullRequestReviewComment, Boolean]

    Identifies when the comment body is outdated

  35. def path: SelectionBuilder[PullRequestReviewComment, String]

    The path to which the comment applies.

  36. def position: SelectionBuilder[PullRequestReviewComment, Option[Int]]

    The line index in the diff to which the comment applies.

  37. def publishedAt: SelectionBuilder[PullRequestReviewComment, Option[DateTime]]

    Identifies when the comment was published at.

  38. def pullRequest[A](innerSelection: SelectionBuilder[PullRequest, A]): SelectionBuilder[PullRequestReviewComment, A]

    The pull request associated with this review comment.

  39. def pullRequestReview[A](innerSelection: SelectionBuilder[PullRequestReview, A]): SelectionBuilder[PullRequestReviewComment, Option[A]]

    The pull request review associated with this review comment.

  40. def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[PullRequestReviewComment, Option[List[A]]]

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

  41. 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[PullRequestReviewComment, A]

    A list of Reactions left on the Issue.

  42. def replyTo[A](innerSelection: SelectionBuilder[PullRequestReviewComment, A]): SelectionBuilder[PullRequestReviewComment, Option[A]]

    The comment this is a reply to.

  43. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[PullRequestReviewComment, A]

    The repository associated with this node.

  44. def resourcePath: SelectionBuilder[PullRequestReviewComment, URI]

    The HTTP path permalink for this review comment.

  45. def state: SelectionBuilder[PullRequestReviewComment, PullRequestReviewCommentState]

    Identifies the state of the comment.

  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def updatedAt: SelectionBuilder[PullRequestReviewComment, DateTime]

    Identifies when the comment was last updated.

  49. def url: SelectionBuilder[PullRequestReviewComment, URI]

    The HTTP URL permalink for this review comment.

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

    A list of edits to this content.

  51. def viewerCanDelete: SelectionBuilder[PullRequestReviewComment, Boolean]

    Check if the current viewer can delete this object.

  52. def viewerCanMinimize: SelectionBuilder[PullRequestReviewComment, Boolean]

    Check if the current viewer can minimize this object.

  53. def viewerCanReact: SelectionBuilder[PullRequestReviewComment, Boolean]

    Can user react to this subject

  54. def viewerCanUpdate: SelectionBuilder[PullRequestReviewComment, Boolean]

    Check if the current viewer can update this object.

  55. def viewerCannotUpdateReasons: SelectionBuilder[PullRequestReviewComment, List[CommentCannotUpdateReason]]

    Reasons why the current viewer can not update this comment.

  56. def viewerDidAuthor: SelectionBuilder[PullRequestReviewComment, Boolean]

    Did the viewer author this comment.

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

Inherited from AnyRef

Inherited from Any

Ungrouped