vz-api
1.0.0
ps
/
com.keygenqt.ps.db.models
/
UserEntity
User
Entity
class
UserEntity
(
id
:
EntityID
<
Int
>
)
:
IntEntity
Content copied to clipboard
Exposed entity
Types
Constructors
Properties
Extensions
Constructors
User
Entity
Link copied to clipboard
fun
UserEntity
(
id
:
EntityID
<
Int
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
IntEntityClass
<
UserEntity
>
Content copied to clipboard
Properties
email
Link copied to clipboard
var
email
:
String
Content copied to clipboard
password
Link copied to clipboard
var
password
:
String
Content copied to clipboard
role
Link copied to clipboard
var
role
:
UserRole
Content copied to clipboard
tokens
Link copied to clipboard
val
tokens
:
SizedIterable
<
TokenEntity
>
Content copied to clipboard
Extensions
to
User
Link copied to clipboard
fun
UserEntity
.
toUser
(
)
:
User
Content copied to clipboard
Convert