toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.user.dto
/
UserDto
User
Dto
data
class
UserDto
(
val
userName
:
String
,
val
completed
:
Boolean
,
val
skipped
:
Boolean
,
val
joinedQueue
:
Boolean
,
val
freeze
:
Boolean
,
val
leftQueue
:
Boolean
,
val
yourTurn
:
Boolean
)
DTO for returning user settings
Members
Constructors
User
Dto
Link copied to clipboard
constructor
(
userName
:
String
,
completed
:
Boolean
,
skipped
:
Boolean
,
joinedQueue
:
Boolean
,
freeze
:
Boolean
,
leftQueue
:
Boolean
,
yourTurn
:
Boolean
)
Properties
completed
Link copied to clipboard
val
completed
:
Boolean
freeze
Link copied to clipboard
val
freeze
:
Boolean
joined
Queue
Link copied to clipboard
val
joinedQueue
:
Boolean
left
Queue
Link copied to clipboard
val
leftQueue
:
Boolean
skipped
Link copied to clipboard
val
skipped
:
Boolean
user
Name
Link copied to clipboard
val
userName
:
String
your
Turn
Link copied to clipboard
val
yourTurn
:
Boolean