repatch.twitter.response

User

object User extends Parse with CommonField with Serializable

https://dev.twitter.com/docs/platform-objects/users

Linear Supertypes
Serializable, Serializable, CommonField, Parse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. User
  2. Serializable
  3. Serializable
  4. CommonField
  5. Parse
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class SymOp extends AnyRef

    Definition Classes
    Parse

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(js: JValue): User

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val contributors_enabled: (JValue) ⇒ Boolean

  10. val created_at: (JValue) ⇒ Calendar

    Definition Classes
    CommonField
  11. val default_profile: (JValue) ⇒ Boolean

  12. val default_profile_image: (JValue) ⇒ Boolean

  13. val description: (JValue) ⇒ Option[String]

  14. val entities: (JValue) ⇒ Option[JObject]

    Definition Classes
    CommonField
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. val favourites_count: (JValue) ⇒ Int

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. val follow_request_sent: (JValue) ⇒ Option[Boolean]

  20. val followers_count: (JValue) ⇒ Int

  21. val friends_count: (JValue) ⇒ Int

  22. val geo_enabled: (JValue) ⇒ Boolean

  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val id: (JValue) ⇒ BigInt

    Definition Classes
    CommonField
  26. val id_str: (JValue) ⇒ String

    Definition Classes
    CommonField
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val is_translator: (JValue) ⇒ Boolean

  29. val lang: (JValue) ⇒ Option[String]

    Definition Classes
    CommonField
  30. val listed_count: (JValue) ⇒ Int

  31. val location: (JValue) ⇒ Option[String]

  32. val name: (JValue) ⇒ String

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. val notifications: (JValue) ⇒ Option[Boolean]

  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def parse[A](js: JValue)(implicit arg0: ReadJs[A]): Option[A]

    Definition Classes
    Parse
  38. def parseField[A](key: String)(js: JValue)(implicit arg0: ReadJs[A]): Option[A]

    Definition Classes
    Parse
  39. def parseField_![A](key: String)(js: JValue)(implicit arg0: ReadJs[A]): A

    Definition Classes
    Parse
  40. def parse_![A](js: JValue)(implicit arg0: ReadJs[A]): A

    Definition Classes
    Parse
  41. val profile_background_color: (JValue) ⇒ String

  42. val profile_background_image_url: (JValue) ⇒ String

  43. val profile_background_image_url_https: (JValue) ⇒ String

  44. val profile_background_tile: (JValue) ⇒ Boolean

  45. val profile_banner_url: (JValue) ⇒ String

  46. val profile_image_url: (JValue) ⇒ String

  47. val profile_image_url_https: (JValue) ⇒ String

  48. val profile_link_color: (JValue) ⇒ String

  49. val profile_sidebar_border_color: (JValue) ⇒ String

  50. val profile_sidebar_fill_color: (JValue) ⇒ String

  51. val profile_text_color: (JValue) ⇒ String

  52. val profile_use_background_image: (JValue) ⇒ Boolean

  53. val protected: (JValue) ⇒ Boolean

  54. val screen_name: (JValue) ⇒ String

  55. val show_all_inline_media: (JValue) ⇒ Boolean

  56. val status: (JValue) ⇒ Option[JObject]

  57. val statuses_count: (JValue) ⇒ Int

  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. val time_zone: (JValue) ⇒ Option[String]

  60. def toString(): String

    Definition Classes
    AnyRef → Any
  61. val url: (JValue) ⇒ Option[String]

  62. val utc_offset: (JValue) ⇒ Option[String]

  63. val verified: (JValue) ⇒ Boolean

  64. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  65. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  66. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  67. val withheld_copyright: (JValue) ⇒ Option[Boolean]

    Definition Classes
    CommonField
  68. val withheld_in_countries: (JValue) ⇒ Option[List[JValue]]

    Definition Classes
    CommonField
  69. val withheld_scope: (JValue) ⇒ Option[String]

    Definition Classes
    CommonField

Inherited from Serializable

Inherited from Serializable

Inherited from CommonField

Inherited from Parse

Inherited from AnyRef

Inherited from Any

Ungrouped