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.submissions
/
SubmissionContentResponse
Submission
Content
Response
@
Serializable
data
class
SubmissionContentResponse
(
val
id
:
Long
,
val
exerciseId
:
Long
,
val
maxPoints
:
Int
,
val
status
:
String
,
val
grade
:
Int
,
val
submittedAt
:
String
?
,
val
submitterIds
:
List
<
Long
>
,
val
htmlUrl
:
String
,
val
feedbackHtml
:
String
,
val
tags
:
List
<
String
>
,
val
files
:
List
<
SubmissionFileContent
>
)
(
source
)
Members
Constructors
Submission
Content
Response
Link copied to clipboard
constructor
(
id
:
Long
,
exerciseId
:
Long
,
maxPoints
:
Int
,
status
:
String
,
grade
:
Int
,
submittedAt
:
String
?
,
submitterIds
:
List
<
Long
>
,
htmlUrl
:
String
,
feedbackHtml
:
String
,
tags
:
List
<
String
>
,
files
:
List
<
SubmissionFileContent
>
)
Properties
exercise
Id
Link copied to clipboard
val
exerciseId
:
Long
feedback
Html
Link copied to clipboard
val
feedbackHtml
:
String
files
Link copied to clipboard
val
files
:
List
<
SubmissionFileContent
>
grade
Link copied to clipboard
val
grade
:
Int
html
Url
Link copied to clipboard
val
htmlUrl
:
String
id
Link copied to clipboard
val
id
:
Long
max
Points
Link copied to clipboard
val
maxPoints
:
Int
status
Link copied to clipboard
val
status
:
String
submitted
At
Link copied to clipboard
val
submittedAt
:
String
?
submitter
Ids
Link copied to clipboard
val
submitterIds
:
List
<
Long
>
tags
Link copied to clipboard
val
tags
:
List
<
String
>