toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
users-service
/
piperkt.services.users.domain.user
/
UserFactory
User
Factory
object
UserFactory
User factory.
Members
Functions
copy
Link copied to clipboard
fun
copy
(
from
:
User
,
change
:
User
.
(
)
->
Unit
=
{}
)
:
User
Copy a user.
create
Link copied to clipboard
fun
create
(
username
:
Username
,
password
:
String
,
email
:
String
?
=
null
,
description
:
String
?
=
null
,
profilePicture
:
String
?
=
null
)
:
User
Create a new user.