portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.user.domain
/
User
/
User
User
constructor
(
id
:
Long
=
0
,
email
:
String
,
name
:
String
,
phone
:
String
,
profileImage
:
String
?
=
null
,
password
:
String
,
roles
:
MutableSet
<
UserRole
>
=
mutableSetOf(UserRole.USER)
,
createdAt
:
Instant
=
Instant.now()
,
updatedAt
:
Instant
=
Instant.now()
)