object GistComment
- Source
- Client.scala
- Alphabetic
- By Inheritance
- GistComment
- 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[GistComment, Option[A]]
The actor who authored the comment.
- def authorAssociation: SelectionBuilder[GistComment, CommentAuthorAssociation]
Author's association with the gist.
- def body: SelectionBuilder[GistComment, String]
Identifies the comment body.
- def bodyHTML: SelectionBuilder[GistComment, HTML]
The body rendered to HTML.
- def bodyText: SelectionBuilder[GistComment, String]
The body rendered to text.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createdAt: SelectionBuilder[GistComment, DateTime]
Identifies the date and time when the object was created.
- def createdViaEmail: SelectionBuilder[GistComment, Boolean]
Check if this comment was created via an email reply.
- def databaseId: SelectionBuilder[GistComment, 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[GistComment, 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 gist[A](innerSelection: SelectionBuilder[Gist, A]): SelectionBuilder[GistComment, A]
The associated gist.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[GistComment, String]
- def includesCreatedEdit: SelectionBuilder[GistComment, 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[GistComment, Boolean]
Returns whether or not a comment has been minimized.
- def lastEditedAt: SelectionBuilder[GistComment, Option[DateTime]]
The moment the editor made the last edit
- def minimizedReason: SelectionBuilder[GistComment, 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 publishedAt: SelectionBuilder[GistComment, Option[DateTime]]
Identifies when the comment was published at.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[GistComment, DateTime]
Identifies the date and time when the object was last updated.
- def userContentEdits[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserContentEditConnection, A]): SelectionBuilder[GistComment, Option[A]]
A list of edits to this content.
- def viewerCanDelete: SelectionBuilder[GistComment, Boolean]
Check if the current viewer can delete this object.
- def viewerCanMinimize: SelectionBuilder[GistComment, Boolean]
Check if the current viewer can minimize this object.
- def viewerCanUpdate: SelectionBuilder[GistComment, Boolean]
Check if the current viewer can update this object.
- def viewerCannotUpdateReasons: SelectionBuilder[GistComment, List[CommentCannotUpdateReason]]
Reasons why the current viewer can not update this comment.
- def viewerDidAuthor: SelectionBuilder[GistComment, 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: