c

codecheck.github.models

OAuthErrorResponse

case class OAuthErrorResponse(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. OAuthErrorResponse
  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 OAuthErrorResponse(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 error: String
  5. def error_description: String
  6. def error_uri: String
  7. def get(path: String): String
    Definition Classes
    AbstractJson
  8. def getDate(path: String): DateTime
    Definition Classes
    AbstractJson
  9. def objectOpt[T](path: String)(f: (JValue) ⇒ T): Option[T]
    Definition Classes
    AbstractJson
  10. def opt(path: String): Option[String]
    Definition Classes
    AbstractJson
  11. def seq(path: String): Seq[String]
    Definition Classes
    AbstractJson
  12. def seqOpt[T](path: String): Seq[T]
    Definition Classes
    AbstractJson
  13. def toString(): String
    Definition Classes
    AbstractJson → AnyRef → Any
  14. val value: JValue