toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.domain
/
Notification
/
Notification
Notification
constructor
(
id
:
String
=
TsidCreator.getTsid().toString()
,
tenantId
:
String
,
userId
:
String
?
=
null
,
type
:
NotificationType
,
title
:
String
,
message
:
String
?
=
null
,
read
:
Boolean
=
false
,
resourceType
:
String
?
=
null
,
resourceId
:
String
?
=
null
)
(
source
)