case class ApiPullRequest(number: Int, state: String, updated_at: Date, created_at: Date, head: Commit, base: Commit, mergeable: Option[Boolean], merged: Boolean, merged_at: Option[Date], merged_by: Option[ApiUser], title: String, body: String, user: ApiUser, labels: List[ApiLabel], assignee: Option[ApiUser], draft: Option[Boolean]) extends Product with Serializable

https://developer.github.com/v3/pulls/

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiPullRequest
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApiPullRequest(number: Int, state: String, updated_at: Date, created_at: Date, head: Commit, base: Commit, mergeable: Option[Boolean], merged: Boolean, merged_at: Option[Date], merged_by: Option[ApiUser], title: String, body: String, user: ApiUser, labels: List[ApiLabel], assignee: Option[ApiUser], draft: Option[Boolean])

Value Members

  1. val assignee: Option[ApiUser]
  2. val base: Commit
  3. val body: String
  4. val comments_url: ApiPath
  5. val commits_url: ApiPath
  6. val created_at: Date
  7. val draft: Option[Boolean]
  8. val head: Commit
  9. val html_url: ApiPath
  10. val id: Int
  11. val labels: List[ApiLabel]
  12. val mergeable: Option[Boolean]
  13. val merged: Boolean
  14. val merged_at: Option[Date]
  15. val merged_by: Option[ApiUser]
  16. val number: Int
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. val review_comment_url: ApiPath
  19. val review_comments_url: ApiPath
  20. val state: String
  21. val statuses_url: ApiPath
  22. val title: String
  23. val updated_at: Date
  24. val url: ApiPath
  25. val user: ApiUser