Filester
Toggle table of contents
3.1.1
proprietaryRelease
Target filter
proprietaryRelease
Switch theme
Search in API
Skip to content
Filester
Filester
/
com.roozbehzarei.filester.data.local
/
FileEntity
File
Entity
data
class
FileEntity
(
val
id
:
Int
=
0
,
val
name
:
String
,
val
url
:
String
,
val
size
:
Long
,
val
mimeType
:
String
?
,
val
uploadedAt
:
Long
=
0
,
val
expiresAt
:
Long
=
0
)
Members
Members & Extensions
Constructors
File
Entity
Link copied to clipboard
constructor
(
id
:
Int
=
0
,
name
:
String
,
url
:
String
,
size
:
Long
,
mimeType
:
String
?
,
uploadedAt
:
Long
=
0
,
expiresAt
:
Long
=
0
)
Properties
expires
At
Link copied to clipboard
val
expiresAt
:
Long
id
Link copied to clipboard
val
id
:
Int
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
name
Link copied to clipboard
val
name
:
String
size
Link copied to clipboard
val
size
:
Long
uploaded
At
Link copied to clipboard
val
uploadedAt
:
Long
url
Link copied to clipboard
val
url
:
String
Functions
to
File
Link copied to clipboard
fun
FileEntity
.
toFile
(
)
:
File