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.courses
/
StudentPointsSummary
Student
Points
Summary
@
Serializable
data
class
StudentPointsSummary
(
val
points
:
Int
,
val
maxPoints
:
Int
,
val
difficulties
:
List
<
DifficultyPoints
>
)
(
source
)
Members
Constructors
Student
Points
Summary
Link copied to clipboard
constructor
(
points
:
Int
,
maxPoints
:
Int
,
difficulties
:
List
<
DifficultyPoints
>
)
Properties
difficulties
Link copied to clipboard
val
difficulties
:
List
<
DifficultyPoints
>
max
Points
Link copied to clipboard
val
maxPoints
:
Int
points
Link copied to clipboard
val
points
:
Int