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
/
CourseFileResolution
Course
File
Resolution
@
Serializable
data
class
CourseFileResolution
(
val
exerciseId
:
Long
,
val
submissionId
:
Long
,
val
assignmentName
:
String
,
val
assignmentHtmlUrl
:
String
,
val
points
:
Int
,
val
maxPoints
:
Int
,
val
url
:
String
?
)
(
source
)
Members
Constructors
Course
File
Resolution
Link copied to clipboard
constructor
(
exerciseId
:
Long
,
submissionId
:
Long
,
assignmentName
:
String
,
assignmentHtmlUrl
:
String
,
points
:
Int
,
maxPoints
:
Int
,
url
:
String
?
)
Properties
assignment
Html
Url
Link copied to clipboard
val
assignmentHtmlUrl
:
String
assignment
Name
Link copied to clipboard
val
assignmentName
:
String
exercise
Id
Link copied to clipboard
val
exerciseId
:
Long
max
Points
Link copied to clipboard
val
maxPoints
:
Int
points
Link copied to clipboard
val
points
:
Int
submission
Id
Link copied to clipboard
val
submissionId
:
Long
url
Link copied to clipboard
val
url
:
String
?