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.feedback
/
StoredFileReference
Stored
File
Reference
@
Serializable
data
class
StoredFileReference
(
val
weekId
:
Long
,
val
module
:
String
,
val
filename
:
String
,
val
exerciseId
:
Long
,
val
submissionId
:
Long
)
(
source
)
Members
Constructors
Stored
File
Reference
Link copied to clipboard
constructor
(
weekId
:
Long
,
module
:
String
,
filename
:
String
,
exerciseId
:
Long
,
submissionId
:
Long
)
Properties
exercise
Id
Link copied to clipboard
val
exerciseId
:
Long
filename
Link copied to clipboard
val
filename
:
String
module
Link copied to clipboard
val
module
:
String
submission
Id
Link copied to clipboard
val
submissionId
:
Long
week
Id
Link copied to clipboard
val
weekId
:
Long