Class

com.danielasfregola.twitter4s.entities

LookupUser

Related Doc: package entities

Permalink

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

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: 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)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val contributors_enabled: Boolean

    Permalink
  7. val created_at: Instant

    Permalink
  8. val default_profile: Boolean

    Permalink
  9. val default_profile_image: Boolean

    Permalink
  10. val description: Option[String]

    Permalink
  11. val entities: Option[LookupEntities]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. val favourites_count: Int

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val follow_request_sent: Boolean

    Permalink
  16. val followers_count: Int

    Permalink
  17. val following: Boolean

    Permalink
  18. val friends_count: Int

    Permalink
  19. val geo_enabled: Boolean

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. val has_extended_profile: Boolean

    Permalink
  22. val id: Long

    Permalink
  23. val id_str: String

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val is_translation_enabled: Boolean

    Permalink
  26. val is_translator: Boolean

    Permalink
  27. val lang: String

    Permalink
  28. val listed_count: Int

    Permalink
  29. val location: Option[String]

    Permalink
  30. val name: String

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. val notifications: Boolean

    Permalink
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val profile_background_color: String

    Permalink
  36. val profile_background_image_url: String

    Permalink
  37. val profile_background_image_url_https: String

    Permalink
  38. val profile_background_tile: Boolean

    Permalink
  39. val profile_banner_url: Option[String]

    Permalink
  40. val profile_image_url: ProfileImage

    Permalink
  41. val profile_image_url_https: ProfileImage

    Permalink
  42. val profile_link_color: String

    Permalink
  43. val profile_sidebar_border_color: String

    Permalink
  44. val profile_sidebar_fill_color: String

    Permalink
  45. val profile_text_color: String

    Permalink
  46. val profile_use_background_image: Boolean

    Permalink
  47. val protected: Boolean

    Permalink
  48. val screen_name: String

    Permalink
  49. val statuses_count: Int

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

    Permalink
    Definition Classes
    AnyRef
  51. val time_zone: Option[String]

    Permalink
  52. val url: Option[String]

    Permalink
  53. val utc_offset: Option[Int]

    Permalink
  54. val verified: Boolean

    Permalink
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. val withheld_in_countries: Option[String]

    Permalink
  59. val withheld_scope: Option[String]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped