toggle menu
models
2.0.0-RC2
common
switch theme
search in API
models
/
joyfill.utils
/
Attachment
Attachment
interface
Attachment
:
Mappable
Members
Properties
download
Link copied to clipboard
abstract
val
download
:
String
file
Name
Link copied to clipboard
abstract
val
fileName
:
String
?
file
Path
Link copied to clipboard
abstract
val
filePath
:
String
?
id
Link copied to clipboard
abstract
val
id
:
String
url
Link copied to clipboard
abstract
val
url
:
String
Functions
copy
Link copied to clipboard
abstract
fun
copy
(
id
:
String
=
this.id
,
url
:
String
=
this.url
,
fileName
:
String
?
=
this.fileName
)
:
Attachment
to
Json
Object
Link copied to clipboard
abstract
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
abstract
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
abstract
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>