case class ApiIssue(number: Int, title: String, user: ApiUser, assignees: List[ApiUser], labels: List[ApiLabel], state: String, created_at: Date, updated_at: Date, body: String, milestone: Option[ApiMilestone])(repositoryName: RepositoryName, isPullRequest: Boolean) extends Product with Serializable

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

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiIssue
  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 ApiIssue(number: Int, title: String, user: ApiUser, assignees: List[ApiUser], labels: List[ApiLabel], state: String, created_at: Date, updated_at: Date, body: String, milestone: Option[ApiMilestone])(repositoryName: RepositoryName, isPullRequest: Boolean)

Value Members

  1. val assignee: Option[ApiUser]
  2. val assignees: List[ApiUser]
  3. val body: String
  4. val comments_url: ApiPath
  5. val created_at: Date
  6. val html_url: ApiPath
  7. val id: Int
  8. val labels: List[ApiLabel]
  9. val milestone: Option[ApiMilestone]
  10. val number: Int
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def productIterator: Iterator[Any]
    Definition Classes
    Product
  13. val pull_request: Option[Map[String, ApiPath]]
  14. val state: String
  15. val title: String
  16. val updated_at: Date
  17. val user: ApiUser