c

codecheck.github.models

OrganizationDetail

case class OrganizationDetail(value: JValue) extends Organization with Product with Serializable

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

Instance Constructors

  1. new OrganizationDetail(value: JValue)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def avatar_url: String
    Definition Classes
    Organization
  6. def blog: String
  7. def boolean(path: String): Boolean
    Definition Classes
    AbstractJson
  8. def booleanOpt(path: String): Option[Boolean]
    Definition Classes
    AbstractJson
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def company: Option[String]
  11. def created_at: DateTime
  12. def dateOpt(path: String): Option[DateTime]
    Definition Classes
    AbstractJson
  13. def description: String
    Definition Classes
    Organization
  14. def email: String
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def events_url: String
    Definition Classes
    Organization
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def followers: Int
  19. def following: Int
  20. def get(path: String): String
    Definition Classes
    AbstractJson
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def getDate(path: String): DateTime
    Definition Classes
    AbstractJson
  23. def html_url: String
  24. def id: Long
    Definition Classes
    Organization
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def location: String
  27. def login: String
    Definition Classes
    Organization
  28. def members_url: String
    Definition Classes
    Organization
  29. def name: String
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  33. def objectOpt[T](path: String)(f: (JValue) ⇒ T): Option[T]
    Definition Classes
    AbstractJson
  34. def opt(path: String): Option[String]
    Definition Classes
    AbstractJson
  35. def public_gists: Int
  36. def public_members_url: String
    Definition Classes
    Organization
  37. def public_repos: Int
  38. def repos_url: String
    Definition Classes
    Organization
  39. def seq(path: String): Seq[String]
    Definition Classes
    AbstractJson
  40. def seqOpt[T](path: String): Seq[T]
    Definition Classes
    AbstractJson
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AbstractJson → AnyRef → Any
  43. def type: String
  44. def updated_at: DateTime
  45. def url: String
    Definition Classes
    Organization
  46. val value: JValue
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Organization

Inherited from AbstractJson

Inherited from AnyRef

Inherited from Any

Ungrouped