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
/
StudentAssessmentView
/
CategoryView
Category
View
@
Serializable
data
class
CategoryView
(
val
id
:
String
,
val
title
:
Map
<
String
,
String
>
,
val
points
:
Int
,
val
maxPoints
:
Int
,
val
items
:
List
<
StudentAssessmentView.ItemView
>
,
val
comment
:
String
)
(
source
)
Members
Constructors
Category
View
Link copied to clipboard
constructor
(
id
:
String
,
title
:
Map
<
String
,
String
>
,
points
:
Int
,
maxPoints
:
Int
,
items
:
List
<
StudentAssessmentView.ItemView
>
,
comment
:
String
)
Properties
comment
Link copied to clipboard
val
comment
:
String
id
Link copied to clipboard
val
id
:
String
items
Link copied to clipboard
val
items
:
List
<
StudentAssessmentView.ItemView
>
max
Points
Link copied to clipboard
val
maxPoints
:
Int
points
Link copied to clipboard
val
points
:
Int
title
Link copied to clipboard
val
title
:
Map
<
String
,
String
>