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
/
ProgressWeek
Progress
Week
@
Serializable
data
class
ProgressWeek
(
val
id
:
Long
,
val
name
:
String
,
val
points
:
Int
,
val
maxPoints
:
Int
,
val
modules
:
List
<
ProgressModule
>
)
(
source
)
Members
Constructors
Progress
Week
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
points
:
Int
,
maxPoints
:
Int
,
modules
:
List
<
ProgressModule
>
)
Properties
id
Link copied to clipboard
val
id
:
Long
max
Points
Link copied to clipboard
val
maxPoints
:
Int
modules
Link copied to clipboard
val
modules
:
List
<
ProgressModule
>
name
Link copied to clipboard
val
name
:
String
points
Link copied to clipboard
val
points
:
Int