toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.model
/
Folder
Folder
data
class
Folder
(
val
id
:
String
,
val
name
:
String
,
val
role
:
FolderRole
,
val
unreadCount
:
Int
=
0
)
Members
Members & Extensions
Constructors
Folder
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
role
:
FolderRole
,
unreadCount
:
Int
=
0
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
role
Link copied to clipboard
val
role
:
FolderRole
unread
Count
Link copied to clipboard
val
unreadCount
:
Int
=
0
Functions
to
Folder
Entity
Link copied to clipboard
fun
Folder
.
toFolderEntity
(
accountId
:
String
)
:
FolderEntity