final case class User(blocked_by: Boolean = false, blocking: Boolean = false, contributors_enabled: Boolean = false, created_at: Date, default_profile: Boolean = false, default_profile_image: Boolean = false, description: Option[String] = None, email: Option[String] = None, entities: Option[Entities] = None, favourites_count: Int, follow_request_sent: Boolean = false, following: Boolean = false, followers_count: Int, friends_count: Int, geo_enabled: Boolean = false, has_extended_profile: Boolean = false, id: Long, id_str: String, is_translation_enabled: Boolean = false, is_translator: Boolean = false, lang: String, listed_count: Int, location: Option[String] = None, muting: Boolean = false, name: String, notifications: Boolean = false, profile_background_color: String, profile_background_image_url: String, profile_background_image_url_https: String, profile_background_tile: Boolean = false, profile_banner_url: Option[String] = None, profile_image_url: ProfileImage, profile_image_url_https: ProfileImage, profile_link_color: String, profile_location: Option[String], profile_sidebar_border_color: String, profile_sidebar_fill_color: String, profile_text_color: String, profile_use_background_image: Boolean = false, protected: Boolean = false, screen_name: String, show_all_inline_media: Boolean = false, status: Option[Tweet] = None, statuses_count: Int, time_zone: Option[String] = None, translator_type: Option[String] = None, url: Option[String] = None, utc_offset: Option[Int] = None, verified: Boolean = false, withheld_in_countries: Option[String] = None, withheld_scope: Option[String] = None) extends Product with Serializable

Source
User.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. User
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new User(blocked_by: Boolean = false, blocking: Boolean = false, contributors_enabled: Boolean = false, created_at: Date, default_profile: Boolean = false, default_profile_image: Boolean = false, description: Option[String] = None, email: Option[String] = None, entities: Option[Entities] = None, favourites_count: Int, follow_request_sent: Boolean = false, following: Boolean = false, followers_count: Int, friends_count: Int, geo_enabled: Boolean = false, has_extended_profile: Boolean = false, id: Long, id_str: String, is_translation_enabled: Boolean = false, is_translator: Boolean = false, lang: String, listed_count: Int, location: Option[String] = None, muting: Boolean = false, name: String, notifications: Boolean = false, profile_background_color: String, profile_background_image_url: String, profile_background_image_url_https: String, profile_background_tile: Boolean = false, profile_banner_url: Option[String] = None, profile_image_url: ProfileImage, profile_image_url_https: ProfileImage, profile_link_color: String, profile_location: Option[String], profile_sidebar_border_color: String, profile_sidebar_fill_color: String, profile_text_color: String, profile_use_background_image: Boolean = false, protected: Boolean = false, screen_name: String, show_all_inline_media: Boolean = false, status: Option[Tweet] = None, statuses_count: Int, time_zone: Option[String] = None, translator_type: Option[String] = None, url: Option[String] = None, utc_offset: Option[Int] = None, verified: Boolean = false, withheld_in_countries: Option[String] = None, withheld_scope: Option[String] = None)

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. val blocked_by: Boolean
  6. val blocking: Boolean
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val contributors_enabled: Boolean
  9. val created_at: Date
  10. val default_profile: Boolean
  11. val default_profile_image: Boolean
  12. val description: Option[String]
  13. val email: Option[String]
  14. val entities: Option[Entities]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val favourites_count: Int
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val follow_request_sent: Boolean
  19. val followers_count: Int
  20. val following: Boolean
  21. val friends_count: Int
  22. val geo_enabled: Boolean
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val has_extended_profile: Boolean
  25. val id: Long
  26. val id_str: String
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val is_translation_enabled: Boolean
  29. val is_translator: Boolean
  30. val lang: String
  31. val listed_count: Int
  32. val location: Option[String]
  33. val muting: Boolean
  34. val name: String
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. val notifications: Boolean
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. val profile_background_color: String
  40. val profile_background_image_url: String
  41. val profile_background_image_url_https: String
  42. val profile_background_tile: Boolean
  43. val profile_banner_url: Option[String]
  44. val profile_image_url: ProfileImage
  45. val profile_image_url_https: ProfileImage
  46. val profile_link_color: String
  47. val profile_location: Option[String]
  48. val profile_sidebar_border_color: String
  49. val profile_sidebar_fill_color: String
  50. val profile_text_color: String
  51. val profile_use_background_image: Boolean
  52. val protected: Boolean
  53. val screen_name: String
  54. val show_all_inline_media: Boolean
  55. val status: Option[Tweet]
  56. val statuses_count: Int
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. val time_zone: Option[String]
  59. val translator_type: Option[String]
  60. val url: Option[String]
  61. val utc_offset: Option[Int]
  62. val verified: Boolean
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  66. val withheld_in_countries: Option[String]
  67. val withheld_scope: Option[String]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped