final case class LookupUser(contributors_enabled: Boolean = false, created_at: Instant, 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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LookupUser
  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 LookupUser(contributors_enabled: Boolean = false, created_at: Instant, 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
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val contributors_enabled: Boolean
  7. val created_at: Instant
  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. val follow_request_sent: Boolean
  15. val followers_count: Int
  16. val following: Boolean
  17. val friends_count: Int
  18. val geo_enabled: Boolean
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val has_extended_profile: Boolean
  21. val id: Long
  22. val id_str: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val is_translation_enabled: Boolean
  25. val is_translator: Boolean
  26. val lang: String
  27. val listed_count: Int
  28. val location: Option[String]
  29. val name: String
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. val notifications: Boolean
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. val withheld_in_countries: Option[String]
  59. 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