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
/
AssessmentPublicationRecord
Assessment
Publication
Record
data
class
AssessmentPublicationRecord
(
val
courseId
:
Long
,
val
exerciseId
:
Long
,
val
studentId
:
Long
,
val
expectedRevision
:
Long
,
val
sentByUserId
:
Long
,
val
manualSubmissionId
:
Long
?
)
(
source
)
Members
Constructors
Assessment
Publication
Record
Link copied to clipboard
constructor
(
courseId
:
Long
,
exerciseId
:
Long
,
studentId
:
Long
,
expectedRevision
:
Long
,
sentByUserId
:
Long
,
manualSubmissionId
:
Long
?
)
Properties
course
Id
Link copied to clipboard
val
courseId
:
Long
exercise
Id
Link copied to clipboard
val
exerciseId
:
Long
expected
Revision
Link copied to clipboard
val
expectedRevision
:
Long
manual
Submission
Id
Link copied to clipboard
val
manualSubmissionId
:
Long
?
sent
By
User
Id
Link copied to clipboard
val
sentByUserId
:
Long
student
Id
Link copied to clipboard
val
studentId
:
Long