repatch
.
twitter
.
response
User
case class
User
(
id:
BigInt
,
screen_name:
String
,
created_at:
Calendar
,
name:
String
,
protected:
Boolean
,
description:
Option
[
String
]
,
location:
Option
[
String
]
,
time_zone:
Option
[
String
]
,
url:
Option
[
String
]
,
verified:
Boolean
,
status:
Option
[
Tweet
]
,
statuses_count:
Int
,
favourites_count:
Int
,
followers_count:
Int
,
friends_count:
Int
,
default_profile:
Boolean
,
default_profile_image:
Boolean
,
profile_image_url:
String
,
profile_image_url_https:
String
,
lang:
Option
[
String
]
,
entities:
Option
[
JObject
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
User
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
User
(
id:
BigInt
,
screen_name:
String
,
created_at:
Calendar
,
name:
String
,
protected:
Boolean
,
description:
Option
[
String
]
,
location:
Option
[
String
]
,
time_zone:
Option
[
String
]
,
url:
Option
[
String
]
,
verified:
Boolean
,
status:
Option
[
Tweet
]
,
statuses_count:
Int
,
favourites_count:
Int
,
followers_count:
Int
,
friends_count:
Int
,
default_profile:
Boolean
,
default_profile_image:
Boolean
,
profile_image_url:
String
,
profile_image_url_https:
String
,
lang:
Option
[
String
]
,
entities:
Option
[
JObject
]
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
val
created_at
:
Calendar
val
default_profile
:
Boolean
val
default_profile_image
:
Boolean
val
description
:
Option
[
String
]
val
entities
:
Option
[
JObject
]
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
()
val
followers_count
:
Int
val
friends_count
:
Int
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
id
:
BigInt
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
lang
:
Option
[
String
]
val
location
:
Option
[
String
]
val
name
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
profile_image_url
:
String
val
profile_image_url_https
:
String
val
protected
:
Boolean
val
screen_name
:
String
val
status
:
Option
[
Tweet
]
val
statuses_count
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
time_zone
:
Option
[
String
]
val
url
:
Option
[
String
]
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
()
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped