shared-kernel
Toggle table of contents
1.0.5
jvm
Platform filter
jvm
Switch theme
Search in API
shared-kernel
kernel-domain
/
io.github.positionpal.entities
/
User
User
interface
User
Interface representing a user.
Members
Functions
create
Link copied to clipboard
open
fun
create
(
id
:
UserId
,
name
:
String
,
surname
:
String
,
email
:
String
)
:
User
Factory method to create an instance of User.
email
Link copied to clipboard
abstract
fun
email
(
)
:
String
Gets the email of the user.
id
Link copied to clipboard
abstract
fun
id
(
)
:
UserId
Gets the ID of the user.
name
Link copied to clipboard
abstract
fun
name
(
)
:
String
Gets the name of the user.
surname
Link copied to clipboard
abstract
fun
surname
(
)
:
String
Gets the surname of the user.