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
/
CourseExerciseSource
Course
Exercise
Source
data
class
CourseExerciseSource
(
val
id
:
Long
,
val
name
:
String
,
val
moduleName
:
String
,
val
maxPoints
:
Int
)
(
source
)
Members
Constructors
Course
Exercise
Source
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
moduleName
:
String
,
maxPoints
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Long
max
Points
Link copied to clipboard
val
maxPoints
:
Int
module
Name
Link copied to clipboard
val
moduleName
:
String
name
Link copied to clipboard
val
name
:
String