toggle menu
api-models
JVM
switch theme
search in API
api-models
/
org.cryptotrader.api.library.entity.user
/
ProfilePicture
Profile
Picture
@
Entity
open
class
ProfilePicture
:
Identifiable
Members
Constructors
Profile
Picture
Link copied to clipboard
constructor
(
)
constructor
(
fileName
:
String
,
fileData
:
Array
<
Byte
>
)
constructor
(
fileName
:
String
,
fileData
:
Array
<
Byte
>
,
user
:
ProductUser
)
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
ProfilePictureBuilder
fetch
File
Type
Link copied to clipboard
open
fun
fetchFileType
(
)
get
File
Type
Link copied to clipboard
open
fun
getFileType
(
fileName
:
String
)
:
String
get
Id
Link copied to clipboard
open
fun
getId
(
)
:
Long
set
File
Name
Link copied to clipboard
open
fun
setFileName
(
fileName
:
String
)
set
Id
Link copied to clipboard
open
fun
setId
(
id
:
Long
)