toggle menu
api-models
JVM
switch theme
search in API
api-models
/
org.cryptotrader.api.library.entity.user
/
ProductUser
/
ProductUser
Product
User
constructor
(
)
constructor
(
username
:
String
,
rawPassword
:
String
)
constructor
(
username
:
String
,
rawPassword
:
String
,
email
:
String
)
constructor
(
username
:
String
,
encodedPassword
:
SafePassword
)
constructor
(
username
:
String
,
email
:
String
,
encodedPassword
:
SafePassword
)
constructor
(
username
:
String
,
email
:
String
,
encodedPassword
:
SafePassword
,
portfolio
:
Portfolio
,
profilePicture
:
ProfilePicture
,
lastLogin
:
LocalDateTime
,
subscriptionTier
:
SubscriptionTier
)
constructor
(
username
:
String
,
rawPassword
:
String
,
portfolio
:
Portfolio
)
constructor
(
username
:
String
,
rawPassword
:
String
,
portfolio
:
Portfolio
,
lastLogin
:
LocalDateTime
)