final case class User(blocked_by: Boolean = false, blocking: Boolean = false, contributors_enabled: Boolean = false, created_at: Instant, 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. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new User(blocked_by: Boolean = false, blocking: Boolean = false, contributors_enabled: Boolean = false, created_at: Instant, 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
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val contributors_enabled: Boolean
  9. val created_at: Instant
  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. val follow_request_sent: Boolean
  18. val followers_count: Int
  19. val following: Boolean
  20. val friends_count: Int
  21. val geo_enabled: Boolean
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val has_extended_profile: Boolean
  24. val id: Long
  25. val id_str: String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val is_translation_enabled: Boolean
  28. val is_translator: Boolean
  29. val lang: String
  30. val listed_count: Int
  31. val location: Option[String]
  32. val muting: Boolean
  33. val name: String
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. val notifications: Boolean
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. val withheld_in_countries: Option[String]
  67. val withheld_scope: Option[String]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped