object CommitComment
- Source
- Client.scala
- Alphabetic
- By Inheritance
- CommitComment
- 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[CommitComment, Option[A]]
The actor who authored the comment.
- def authorAssociation: SelectionBuilder[CommitComment, CommentAuthorAssociation]
Author's association with the subject of the comment.
- def body: SelectionBuilder[CommitComment, String]
Identifies the comment body.
- def bodyHTML: SelectionBuilder[CommitComment, HTML]
The body rendered to HTML.
- def bodyText: SelectionBuilder[CommitComment, String]
The body rendered to 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[CommitComment, Option[A]]
Identifies the commit associated with the comment, if the commit exists.
- def createdAt: SelectionBuilder[CommitComment, DateTime]
Identifies the date and time when the object was created.
- def createdViaEmail: SelectionBuilder[CommitComment, Boolean]
Check if this comment was created via an email reply.
- def databaseId: SelectionBuilder[CommitComment, Option[Int]]
Identifies the primary key from the database.
- 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.
- 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[CommitComment, String]
- def includesCreatedEdit: SelectionBuilder[CommitComment, 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[CommitComment, Boolean]
Returns whether or not a comment has been minimized.
- def lastEditedAt: SelectionBuilder[CommitComment, Option[DateTime]]
The moment the editor made the last edit
- def minimizedReason: SelectionBuilder[CommitComment, 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 path: SelectionBuilder[CommitComment, Option[String]]
Identifies the file path associated with the comment.
- def position: SelectionBuilder[CommitComment, Option[Int]]
Identifies the line position associated with the comment.
- def publishedAt: SelectionBuilder[CommitComment, Option[DateTime]]
Identifies when the comment was published at.
- def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[CommitComment, 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[CommitComment, A]
A list of Reactions left on the Issue.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[CommitComment, A]
The repository associated with this node.
- def resourcePath: SelectionBuilder[CommitComment, URI]
The HTTP path permalink for this commit comment.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[CommitComment, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[CommitComment, URI]
The HTTP URL permalink for this commit 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[CommitComment, Option[A]]
A list of edits to this content.
- def viewerCanDelete: SelectionBuilder[CommitComment, Boolean]
Check if the current viewer can delete this object.
- def viewerCanMinimize: SelectionBuilder[CommitComment, Boolean]
Check if the current viewer can minimize this object.
- def viewerCanReact: SelectionBuilder[CommitComment, Boolean]
Can user react to this subject
- def viewerCanUpdate: SelectionBuilder[CommitComment, Boolean]
Check if the current viewer can update this object.
- def viewerCannotUpdateReasons: SelectionBuilder[CommitComment, List[CommentCannotUpdateReason]]
Reasons why the current viewer can not update this comment.
- def viewerDidAuthor: SelectionBuilder[CommitComment, 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: