case class Repository(value: JValue) extends AbstractJson with Product with Serializable

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

Instance Constructors

  1. new Repository(value: JValue)

Value Members

  1. def boolean(path: String): Boolean
    Definition Classes
    AbstractJson
  2. def booleanOpt(path: String): Option[Boolean]
    Definition Classes
    AbstractJson
  3. def dateOpt(path: String): Option[DateTime]
    Definition Classes
    AbstractJson
  4. def description: Option[String]
  5. def full_name: String
  6. def get(path: String): String
    Definition Classes
    AbstractJson
  7. def getDate(path: String): DateTime
    Definition Classes
    AbstractJson
  8. def id: Long
  9. def language: String
  10. def name: String
  11. def objectOpt[T](path: String)(f: (JValue) ⇒ T): Option[T]
    Definition Classes
    AbstractJson
  12. def open_issues_count: Long
  13. def opt(path: String): Option[String]
    Definition Classes
    AbstractJson
  14. lazy val owner: User
  15. lazy val permissions: Permissions
  16. def private: Boolean
  17. def seq(path: String): Seq[String]
    Definition Classes
    AbstractJson
  18. def seqOpt[T](path: String): Seq[T]
    Definition Classes
    AbstractJson
  19. def stargazers_count: Long
  20. def toString(): String
    Definition Classes
    AbstractJson → AnyRef → Any
  21. def url: String
  22. val value: JValue