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
/
GradeConfirmation
Grade
Confirmation
data
class
GradeConfirmation
(
val
submissionId
:
Long
,
val
status
:
String
,
val
points
:
Int
)
(
source
)
Members
Constructors
Grade
Confirmation
Link copied to clipboard
constructor
(
submissionId
:
Long
,
status
:
String
,
points
:
Int
)
Properties
points
Link copied to clipboard
val
points
:
Int
status
Link copied to clipboard
val
status
:
String
submission
Id
Link copied to clipboard
val
submissionId
:
Long