Packages

case class IssueSearchResult(issueId: Int, isPullRequest: Boolean, title: String, isClosed: Boolean, openedUserName: String, registeredDate: Date, commentCount: Int, highlightText: String) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IssueSearchResult
  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 IssueSearchResult(issueId: Int, isPullRequest: Boolean, title: String, isClosed: Boolean, openedUserName: String, registeredDate: Date, commentCount: Int, highlightText: String)

Value Members

  1. val commentCount: Int
  2. val highlightText: String
  3. val isClosed: Boolean
  4. val isPullRequest: Boolean
  5. val issueId: Int
  6. val openedUserName: String
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val registeredDate: Date
  9. val title: String