Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.grading
/
Assessment
/
GeneralItem
General
Item
@
Serializable
data
class
GeneralItem
(
val
id
:
String
,
val
phraseId
:
String
?
=
null
,
val
tone
:
String
=
"note"
,
val
content
:
String
=
""
,
val
authorUserId
:
Long
?
=
null
)
(
source
)
Members
Constructors
General
Item
Link copied to clipboard
constructor
(
id
:
String
,
phraseId
:
String
?
=
null
,
tone
:
String
=
"note"
,
content
:
String
=
""
,
authorUserId
:
Long
?
=
null
)
Properties
author
User
Id
Link copied to clipboard
val
authorUserId
:
Long
?
content
Link copied to clipboard
val
content
:
String
id
Link copied to clipboard
val
id
:
String
phrase
Id
Link copied to clipboard
val
phraseId
:
String
?
tone
Link copied to clipboard
val
tone
:
String