com
.
danielasfregola
.
twitter4s
.
entities
LookupUser
Related Doc:
package entities
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
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
LookupUser
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
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
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
contributors_enabled
:
Boolean
val
created_at
:
Instant
val
default_profile
:
Boolean
val
default_profile_image
:
Boolean
val
description
:
Option
[
String
]
val
entities
:
Option
[
LookupEntities
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
favourites_count
:
Int
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
follow_request_sent
:
Boolean
val
followers_count
:
Int
val
following
:
Boolean
val
friends_count
:
Int
val
geo_enabled
:
Boolean
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
has_extended_profile
:
Boolean
val
id
:
Long
val
id_str
:
String
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
is_translation_enabled
:
Boolean
val
is_translator
:
Boolean
val
lang
:
String
val
listed_count
:
Int
val
location
:
Option
[
String
]
val
name
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
notifications
:
Boolean
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
profile_background_color
:
String
val
profile_background_image_url
:
String
val
profile_background_image_url_https
:
String
val
profile_background_tile
:
Boolean
val
profile_banner_url
:
Option
[
String
]
val
profile_image_url
:
ProfileImage
val
profile_image_url_https
:
ProfileImage
val
profile_link_color
:
String
val
profile_sidebar_border_color
:
String
val
profile_sidebar_fill_color
:
String
val
profile_text_color
:
String
val
profile_use_background_image
:
Boolean
val
protected
:
Boolean
val
screen_name
:
String
val
statuses_count
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
time_zone
:
Option
[
String
]
val
url
:
Option
[
String
]
val
utc_offset
:
Option
[
Int
]
val
verified
:
Boolean
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
withheld_in_countries
:
Option
[
String
]
val
withheld_scope
:
Option
[
String
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped