Packages

object Issue

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Issue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def activeLockReason: SelectionBuilder[Issue, Option[LockReason]]

    Reason that the conversation was locked.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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.

  7. 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.

  8. def authorAssociation: SelectionBuilder[Issue, CommentAuthorAssociation]

    Author's association with the subject of the comment.

  9. def body: SelectionBuilder[Issue, String]

    Identifies the body of the issue.

  10. def bodyHTML: SelectionBuilder[Issue, HTML]

    The body rendered to HTML.

  11. def bodyResourcePath: SelectionBuilder[Issue, URI]

    The http path for this issue body

  12. def bodyText: SelectionBuilder[Issue, String]

    Identifies the body of the issue rendered to text.

  13. def bodyUrl: SelectionBuilder[Issue, URI]

    The http URL for this issue body

  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def closed: SelectionBuilder[Issue, Boolean]

    true if the object is closed (definition of closed may depend on type)

  16. def closedAt: SelectionBuilder[Issue, Option[DateTime]]

    Identifies the date and time when the object was closed.

  17. 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.

  18. def createdAt: SelectionBuilder[Issue, DateTime]

    Identifies the date and time when the object was created.

  19. def createdViaEmail: SelectionBuilder[Issue, Boolean]

    Check if this comment was created via an email reply.

  20. def databaseId: SelectionBuilder[Issue, Option[Int]]

    Identifies the primary key from the database.

  21. 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.

  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hovercard[A](includeNotificationContexts: Option[Boolean] = None)(innerSelection: SelectionBuilder[Hovercard, A]): SelectionBuilder[Issue, A]

    The hovercard information for this issue

  28. def id: SelectionBuilder[Issue, String]
  29. def includesCreatedEdit: SelectionBuilder[Issue, Boolean]

    Check if this comment was edited and includes an edit with the creation data

  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isReadByViewer: SelectionBuilder[Issue, Option[Boolean]]

    Is this issue read by the viewer

  32. 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.

  33. def lastEditedAt: SelectionBuilder[Issue, Option[DateTime]]

    The moment the editor made the last edit

  34. def locked: SelectionBuilder[Issue, Boolean]

    true if the object is locked

  35. def milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[Issue, Option[A]]

    Identifies the milestone associated with the issue.

  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def number: SelectionBuilder[Issue, Int]

    Identifies the issue number.

  40. 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.

  41. 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.

  42. def publishedAt: SelectionBuilder[Issue, Option[DateTime]]

    Identifies when the comment was published at.

  43. def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[Issue, Option[List[A]]]

    A list of reactions grouped by content left on the subject.

  44. 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.

  45. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Issue, A]

    The repository associated with this node.

  46. def resourcePath: SelectionBuilder[Issue, URI]

    The HTTP path for this issue

  47. def state: SelectionBuilder[Issue, IssueState]

    Identifies the state of the issue.

  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. 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.

  50. def title: SelectionBuilder[Issue, String]

    Identifies the issue title.

  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def updatedAt: SelectionBuilder[Issue, DateTime]

    Identifies the date and time when the object was last updated.

  53. def url: SelectionBuilder[Issue, URI]

    The HTTP URL for this issue

  54. 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.

  55. def viewerCanReact: SelectionBuilder[Issue, Boolean]

    Can user react to this subject

  56. def viewerCanSubscribe: SelectionBuilder[Issue, Boolean]

    Check if the viewer is able to change their subscription status for the repository.

  57. def viewerCanUpdate: SelectionBuilder[Issue, Boolean]

    Check if the current viewer can update this object.

  58. def viewerCannotUpdateReasons: SelectionBuilder[Issue, List[CommentCannotUpdateReason]]

    Reasons why the current viewer can not update this comment.

  59. def viewerDidAuthor: SelectionBuilder[Issue, Boolean]

    Did the viewer author this comment.

  60. def viewerSubscription: SelectionBuilder[Issue, Option[SubscriptionState]]

    Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.

  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped