object ReactionGroup
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReactionGroup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def content: SelectionBuilder[ReactionGroup, ReactionContent]
Identifies the emoji reaction.
- def createdAt: SelectionBuilder[ReactionGroup, Option[DateTime]]
Identifies when the reaction was created.
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 subject[A](onIssueComment: Option[SelectionBuilder[IssueComment, A]] = None, onTeamDiscussionComment: Option[SelectionBuilder[TeamDiscussionComment, A]] = None, onPullRequestReviewComment: Option[SelectionBuilder[PullRequestReviewComment, A]] = None, onPullRequestReview: Option[SelectionBuilder[PullRequestReview, A]] = None, onCommitComment: Option[SelectionBuilder[CommitComment, A]] = None, onTeamDiscussion: Option[SelectionBuilder[TeamDiscussion, A]] = None, onIssue: Option[SelectionBuilder[Issue, A]] = None, onPullRequest: Option[SelectionBuilder[PullRequest, A]] = None): SelectionBuilder[ReactionGroup, A]
The subject that was reacted to.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def users[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ReactingUserConnection, A]): SelectionBuilder[ReactionGroup, A]
Users who have reacted to the reaction subject with the emotion represented by this reaction group
- def viewerHasReacted: SelectionBuilder[ReactionGroup, Boolean]
Whether or not the authenticated user has left a reaction on the subject.
- 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: