toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.notification.model
/
Notification
Notification
@
Entity
class
Notification
Model representing the "notifications" db table
Members
Constructors
Notification
Link copied to clipboard
constructor
(
)
Properties
date
Link copied to clipboard
var
date
:
LocalDateTime
?
id
Link copied to clipboard
var
id
:
Long
?
is
Read
Link copied to clipboard
var
isRead
:
Boolean
?
message
Link copied to clipboard
var
message
:
String
?
message
Type
Link copied to clipboard
var
messageType
:
NotificationType
?
participant
Id
Link copied to clipboard
var
participantId
:
Long
?
queue
Id
Link copied to clipboard
var
queueId
:
Long
?
user
Link copied to clipboard
var
user
:
User
?