object PullRequestReviewComment
- Source
- Client.scala
- Alphabetic
- By Inheritance
- PullRequestReviewComment
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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.
- def authorAssociation: SelectionBuilder[PullRequestReviewComment, CommentAuthorAssociation]
Author's association with the subject of the comment.
- def body: SelectionBuilder[PullRequestReviewComment, String]
The comment body of this review comment.
- def bodyHTML: SelectionBuilder[PullRequestReviewComment, HTML]
The body rendered to HTML.
- def bodyText: SelectionBuilder[PullRequestReviewComment, String]
The comment body of this review comment rendered as plain text.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[PullRequestReviewComment, Option[A]]
Identifies the commit associated with the comment.
- def createdAt: SelectionBuilder[PullRequestReviewComment, DateTime]
Identifies when the comment was created.
- def createdViaEmail: SelectionBuilder[PullRequestReviewComment, Boolean]
Check if this comment was created via an email reply.
- def databaseId: SelectionBuilder[PullRequestReviewComment, Option[Int]]
Identifies the primary key from the database.
- def diffHunk: SelectionBuilder[PullRequestReviewComment, String]
The diff hunk to which the comment applies.
- def draftedAt: SelectionBuilder[PullRequestReviewComment, DateTime]
Identifies when the comment was created in a draft state.
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[PullRequestReviewComment, String]
- def includesCreatedEdit: SelectionBuilder[PullRequestReviewComment, Boolean]
Check if this comment was edited and includes an edit with the creation data
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMinimized: SelectionBuilder[PullRequestReviewComment, Boolean]
Returns whether or not a comment has been minimized.
- def lastEditedAt: SelectionBuilder[PullRequestReviewComment, Option[DateTime]]
The moment the editor made the last edit
- def minimizedReason: SelectionBuilder[PullRequestReviewComment, Option[String]]
Returns why the comment was minimized.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def originalCommit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[PullRequestReviewComment, Option[A]]
Identifies the original commit associated with the comment.
- def originalPosition: SelectionBuilder[PullRequestReviewComment, Int]
The original line index in the diff to which the comment applies.
- def outdated: SelectionBuilder[PullRequestReviewComment, Boolean]
Identifies when the comment body is outdated
- def path: SelectionBuilder[PullRequestReviewComment, String]
The path to which the comment applies.
- def position: SelectionBuilder[PullRequestReviewComment, Option[Int]]
The line index in the diff to which the comment applies.
- def publishedAt: SelectionBuilder[PullRequestReviewComment, Option[DateTime]]
Identifies when the comment was published at.
- def pullRequest[A](innerSelection: SelectionBuilder[PullRequest, A]): SelectionBuilder[PullRequestReviewComment, A]
The pull request associated with this review comment.
- def pullRequestReview[A](innerSelection: SelectionBuilder[PullRequestReview, A]): SelectionBuilder[PullRequestReviewComment, Option[A]]
The pull request review associated with this review comment.
- def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[PullRequestReviewComment, Option[List[A]]]
A list of reactions grouped by content left on the subject.
- 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.
- def replyTo[A](innerSelection: SelectionBuilder[PullRequestReviewComment, A]): SelectionBuilder[PullRequestReviewComment, Option[A]]
The comment this is a reply to.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[PullRequestReviewComment, A]
The repository associated with this node.
- def resourcePath: SelectionBuilder[PullRequestReviewComment, URI]
The HTTP path permalink for this review comment.
- def state: SelectionBuilder[PullRequestReviewComment, PullRequestReviewCommentState]
Identifies the state of the comment.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[PullRequestReviewComment, DateTime]
Identifies when the comment was last updated.
- def url: SelectionBuilder[PullRequestReviewComment, URI]
The HTTP URL permalink for this review comment.
- 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.
- def viewerCanDelete: SelectionBuilder[PullRequestReviewComment, Boolean]
Check if the current viewer can delete this object.
- def viewerCanMinimize: SelectionBuilder[PullRequestReviewComment, Boolean]
Check if the current viewer can minimize this object.
- def viewerCanReact: SelectionBuilder[PullRequestReviewComment, Boolean]
Can user react to this subject
- def viewerCanUpdate: SelectionBuilder[PullRequestReviewComment, Boolean]
Check if the current viewer can update this object.
- def viewerCannotUpdateReasons: SelectionBuilder[PullRequestReviewComment, List[CommentCannotUpdateReason]]
Reasons why the current viewer can not update this comment.
- def viewerDidAuthor: SelectionBuilder[PullRequestReviewComment, Boolean]
Did the viewer author this comment.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: