Packages

o

caliban.client.github.Client

PullRequestReview

object PullRequestReview

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PullRequestReview
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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[PullRequestReview, Option[A]]

    The actor who authored the comment.

  6. def authorAssociation: SelectionBuilder[PullRequestReview, CommentAuthorAssociation]

    Author's association with the subject of the comment.

  7. def authorCanPushToRepository: SelectionBuilder[PullRequestReview, Boolean]

    Indicates whether the author of this review has push access to the repository.

  8. def body: SelectionBuilder[PullRequestReview, String]

    Identifies the pull request review body.

  9. def bodyHTML: SelectionBuilder[PullRequestReview, HTML]

    The body rendered to HTML.

  10. def bodyText: SelectionBuilder[PullRequestReview, String]

    The body of this review rendered as plain text.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def comments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PullRequestReviewCommentConnection, A]): SelectionBuilder[PullRequestReview, A]

    A list of review comments for the current pull request review.

  13. def commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[PullRequestReview, Option[A]]

    Identifies the commit associated with this pull request review.

  14. def createdAt: SelectionBuilder[PullRequestReview, DateTime]

    Identifies the date and time when the object was created.

  15. def createdViaEmail: SelectionBuilder[PullRequestReview, Boolean]

    Check if this comment was created via an email reply.

  16. def databaseId: SelectionBuilder[PullRequestReview, Option[Int]]

    Identifies the primary key from the database.

  17. 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[PullRequestReview, Option[A]]

    The actor who edited the comment.

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def id: SelectionBuilder[PullRequestReview, String]
  24. def includesCreatedEdit: SelectionBuilder[PullRequestReview, Boolean]

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

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def lastEditedAt: SelectionBuilder[PullRequestReview, Option[DateTime]]

    The moment the editor made the last edit

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def onBehalfOf[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TeamConnection, A]): SelectionBuilder[PullRequestReview, A]

    A list of teams that this review was made on behalf of.

  31. def publishedAt: SelectionBuilder[PullRequestReview, Option[DateTime]]

    Identifies when the comment was published at.

  32. def pullRequest[A](innerSelection: SelectionBuilder[PullRequest, A]): SelectionBuilder[PullRequestReview, A]

    Identifies the pull request associated with this pull request review.

  33. def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[PullRequestReview, Option[List[A]]]

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

  34. 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[PullRequestReview, A]

    A list of Reactions left on the Issue.

  35. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[PullRequestReview, A]

    The repository associated with this node.

  36. def resourcePath: SelectionBuilder[PullRequestReview, URI]

    The HTTP path permalink for this PullRequestReview.

  37. def state: SelectionBuilder[PullRequestReview, PullRequestReviewState]

    Identifies the current state of the pull request review.

  38. def submittedAt: SelectionBuilder[PullRequestReview, Option[DateTime]]

    Identifies when the Pull Request Review was submitted

  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def updatedAt: SelectionBuilder[PullRequestReview, DateTime]

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

  42. def url: SelectionBuilder[PullRequestReview, URI]

    The HTTP URL permalink for this PullRequestReview.

  43. def userContentEdits[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserContentEditConnection, A]): SelectionBuilder[PullRequestReview, Option[A]]

    A list of edits to this content.

  44. def viewerCanDelete: SelectionBuilder[PullRequestReview, Boolean]

    Check if the current viewer can delete this object.

  45. def viewerCanReact: SelectionBuilder[PullRequestReview, Boolean]

    Can user react to this subject

  46. def viewerCanUpdate: SelectionBuilder[PullRequestReview, Boolean]

    Check if the current viewer can update this object.

  47. def viewerCannotUpdateReasons: SelectionBuilder[PullRequestReview, List[CommentCannotUpdateReason]]

    Reasons why the current viewer can not update this comment.

  48. def viewerDidAuthor: SelectionBuilder[PullRequestReview, Boolean]

    Did the viewer author this comment.

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

Inherited from AnyRef

Inherited from Any

Ungrouped