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]) extends Product with Serializable

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

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

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])

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 head: Commit
  8. val html_url: ApiPath
  9. val id: Int
  10. val labels: List[ApiLabel]
  11. val mergeable: Option[Boolean]
  12. val merged: Boolean
  13. val merged_at: Option[Date]
  14. val merged_by: Option[ApiUser]
  15. val number: Int
  16. val review_comment_url: ApiPath
  17. val review_comments_url: ApiPath
  18. val state: String
  19. val statuses_url: ApiPath
  20. val title: String
  21. val updated_at: Date
  22. val url: ApiPath
  23. val user: ApiUser