toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.user.model
/
User
User
@
Entity
class
User
Model representing the "user" db table
Members
Constructors
User
Link copied to clipboard
constructor
(
)
Properties
completed
Link copied to clipboard
var
completed
:
Boolean
?
freeze
Link copied to clipboard
var
freeze
:
Boolean
?
id
Link copied to clipboard
var
id
:
Long
?
joined
Queue
Link copied to clipboard
var
joinedQueue
:
Boolean
?
left
Queue
Link copied to clipboard
var
leftQueue
:
Boolean
?
name
Link copied to clipboard
var
name
:
String
?
notifications
Link copied to clipboard
var
notifications
:
MutableSet
<
Notification
>
skipped
Link copied to clipboard
var
skipped
:
Boolean
?
token
Link copied to clipboard
var
token
:
String
?
your
Turn
Link copied to clipboard
var
yourTurn
:
Boolean
?