case class Repository(value: JValue) extends AbstractJson with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Repository
- Serializable
- Serializable
- Product
- Equals
- AbstractJson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Repository(value: JValue)
Value Members
-
def
boolean(path: String): Boolean
- Definition Classes
- AbstractJson
-
def
booleanOpt(path: String): Option[Boolean]
- Definition Classes
- AbstractJson
-
def
dateOpt(path: String): Option[DateTime]
- Definition Classes
- AbstractJson
- def description: Option[String]
- def full_name: String
-
def
get(path: String): String
- Definition Classes
- AbstractJson
-
def
getDate(path: String): DateTime
- Definition Classes
- AbstractJson
- def id: Long
- def language: String
- def name: String
-
def
objectOpt[T](path: String)(f: (JValue) ⇒ T): Option[T]
- Definition Classes
- AbstractJson
- def open_issues_count: Long
-
def
opt(path: String): Option[String]
- Definition Classes
- AbstractJson
- lazy val owner: User
- lazy val permissions: Permissions
- def private: Boolean
-
def
seq(path: String): Seq[String]
- Definition Classes
- AbstractJson
-
def
seqOpt[T](path: String): Seq[T]
- Definition Classes
- AbstractJson
- def stargazers_count: Long
-
def
toString(): String
- Definition Classes
- AbstractJson → AnyRef → Any
- def url: String
- val value: JValue