toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.domain
/
Notification
Notification
@
Entity
class
Notification
(
var
id
:
String
=
TsidCreator.getTsid().toString()
,
val
tenantId
:
String
,
val
userId
:
String
?
=
null
,
val
type
:
NotificationType
,
val
title
:
String
,
val
message
:
String
?
=
null
,
var
read
:
Boolean
=
false
,
val
resourceType
:
String
?
=
null
,
val
resourceId
:
String
?
=
null
)
(
source
)
Members
Constructors
Notification
Link copied to clipboard
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
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
LocalDateTime
id
Link copied to clipboard
var
id
:
String
message
Link copied to clipboard
val
message
:
String
?
=
null
read
Link copied to clipboard
var
read
:
Boolean
resource
Id
Link copied to clipboard
val
resourceId
:
String
?
=
null
resource
Type
Link copied to clipboard
val
resourceType
:
String
?
=
null
tenant
Id
Link copied to clipboard
val
tenantId
:
String
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
NotificationType
user
Id
Link copied to clipboard
val
userId
:
String
?
=
null