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
/
CourseRefreshJob
Course
Refresh
Job
@
Serializable
data
class
CourseRefreshJob
(
val
id
:
String
,
val
courseId
:
Long
,
val
kind
:
String
,
val
phase
:
String
,
val
updatedAtMillis
:
Long
)
(
source
)
Members
Constructors
Course
Refresh
Job
Link copied to clipboard
constructor
(
id
:
String
,
courseId
:
Long
,
kind
:
String
,
phase
:
String
,
updatedAtMillis
:
Long
)
Properties
course
Id
Link copied to clipboard
val
courseId
:
Long
id
Link copied to clipboard
val
id
:
String
kind
Link copied to clipboard
val
kind
:
String
phase
Link copied to clipboard
val
phase
:
String
updated
At
Millis
Link copied to clipboard
val
updatedAtMillis
:
Long