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