object Issue
- Source
- Client.scala
- Alphabetic
- By Inheritance
- Issue
- 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
- def activeLockReason: SelectionBuilder[Issue, Option[LockReason]]
Reason that the conversation was locked.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assignees[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[Issue, A]
A list of Users assigned to this object.
- 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[Issue, Option[A]]
The actor who authored the comment.
- def authorAssociation: SelectionBuilder[Issue, CommentAuthorAssociation]
Author's association with the subject of the comment.
- def body: SelectionBuilder[Issue, String]
Identifies the body of the issue.
- def bodyHTML: SelectionBuilder[Issue, HTML]
The body rendered to HTML.
- def bodyResourcePath: SelectionBuilder[Issue, URI]
The http path for this issue body
- def bodyText: SelectionBuilder[Issue, String]
Identifies the body of the issue rendered to text.
- def bodyUrl: SelectionBuilder[Issue, URI]
The http URL for this issue body
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closed: SelectionBuilder[Issue, Boolean]
true
if the object is closed (definition of closed may depend on type) - def closedAt: SelectionBuilder[Issue, Option[DateTime]]
Identifies the date and time when the object was closed.
- def comments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[IssueCommentOrder] = None)(innerSelection: SelectionBuilder[IssueCommentConnection, A]): SelectionBuilder[Issue, A]
A list of comments associated with the Issue.
- def createdAt: SelectionBuilder[Issue, DateTime]
Identifies the date and time when the object was created.
- def createdViaEmail: SelectionBuilder[Issue, Boolean]
Check if this comment was created via an email reply.
- def databaseId: SelectionBuilder[Issue, 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[Issue, 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 hovercard[A](includeNotificationContexts: Option[Boolean] = None)(innerSelection: SelectionBuilder[Hovercard, A]): SelectionBuilder[Issue, A]
The hovercard information for this issue
- def id: SelectionBuilder[Issue, String]
- def includesCreatedEdit: SelectionBuilder[Issue, Boolean]
Check if this comment was edited and includes an edit with the creation data
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReadByViewer: SelectionBuilder[Issue, Option[Boolean]]
Is this issue read by the viewer
- def labels[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[LabelOrder] = None)(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[Issue, Option[A]]
A list of labels associated with the object.
- def lastEditedAt: SelectionBuilder[Issue, Option[DateTime]]
The moment the editor made the last edit
- def locked: SelectionBuilder[Issue, Boolean]
true
if the object is locked - def milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[Issue, Option[A]]
Identifies the milestone associated with the issue.
- 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 number: SelectionBuilder[Issue, Int]
Identifies the issue number.
- def participants[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[Issue, A]
A list of Users that are participating in the Issue conversation.
- def projectCards[A](after: Option[String] = None, archivedStates: Option[List[Option[ProjectCardArchivedState]]] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectCardConnection, A]): SelectionBuilder[Issue, A]
List of project cards associated with this issue.
- def publishedAt: SelectionBuilder[Issue, Option[DateTime]]
Identifies when the comment was published at.
- def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[Issue, 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[Issue, A]
A list of Reactions left on the Issue.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Issue, A]
The repository associated with this node.
- def resourcePath: SelectionBuilder[Issue, URI]
The HTTP path for this issue
- def state: SelectionBuilder[Issue, IssueState]
Identifies the state of the issue.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timelineItems[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, itemTypes: Option[List[IssueTimelineItemsItemType]] = None, last: Option[Int] = None, since: Option[DateTime] = None, skip: Option[Int] = None)(innerSelection: SelectionBuilder[IssueTimelineItemsConnection, A]): SelectionBuilder[Issue, A]
A list of events, comments, commits, etc.
A list of events, comments, commits, etc. associated with the issue.
- def title: SelectionBuilder[Issue, String]
Identifies the issue title.
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[Issue, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[Issue, URI]
The HTTP URL for this issue
- def userContentEdits[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserContentEditConnection, A]): SelectionBuilder[Issue, Option[A]]
A list of edits to this content.
- def viewerCanReact: SelectionBuilder[Issue, Boolean]
Can user react to this subject
- def viewerCanSubscribe: SelectionBuilder[Issue, Boolean]
Check if the viewer is able to change their subscription status for the repository.
- def viewerCanUpdate: SelectionBuilder[Issue, Boolean]
Check if the current viewer can update this object.
- def viewerCannotUpdateReasons: SelectionBuilder[Issue, List[CommentCannotUpdateReason]]
Reasons why the current viewer can not update this comment.
- def viewerDidAuthor: SelectionBuilder[Issue, Boolean]
Did the viewer author this comment.
- def viewerSubscription: SelectionBuilder[Issue, Option[SubscriptionState]]
Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
- 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()
Deprecated Value Members
- def timeline[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, since: Option[DateTime] = None)(innerSelection: SelectionBuilder[IssueTimelineConnection, A]): SelectionBuilder[Issue, A]
A list of events, comments, commits, etc.
A list of events, comments, commits, etc. associated with the issue.
- Annotations
- @deprecated
- Deprecated
(Since version )
timeline
will be removed Use Issue.timelineItems instead. Removal on 2020-10-01 UTC.
Caliban GitHub GraphQL API Client
Links: