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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped