toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.local.entity
/
FolderEntity
Folder
Entity
data
class
FolderEntity
(
val
id
:
String
,
val
accountId
:
String
,
val
name
:
String
,
val
role
:
FolderRole
,
val
unreadCount
:
Int
=
0
,
val
syncedAt
:
Long
=
System.currentTimeMillis()
)
Members
Members & Extensions
Constructors
Folder
Entity
Link copied to clipboard
constructor
(
id
:
String
,
accountId
:
String
,
name
:
String
,
role
:
FolderRole
,
unreadCount
:
Int
=
0
,
syncedAt
:
Long
=
System.currentTimeMillis()
)
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
role
Link copied to clipboard
val
role
:
FolderRole
synced
At
Link copied to clipboard
val
syncedAt
:
Long
unread
Count
Link copied to clipboard
val
unreadCount
:
Int
=
0
Functions
to
Folder
Link copied to clipboard
fun
FolderEntity
.
toFolder
(
)
:
Folder