toggle menu
A+ Courses
4.0.0-beta1
JVM
switch theme
search in API
A+ Courses
/
fi.aalto.cs.apluscourses.services.exercise
/
ExercisesUpdaterService
/
Exercises
/
CourseModule
Course
Module
data
class
CourseModule
(
val
id
:
Long
,
val
url
:
String
,
val
htmlUrl
:
String
,
val
displayName
:
String
,
val
isOpen
:
Boolean
,
val
exercises
:
List
<
ExercisesUpdaterService.Exercises.Exercise
>
)
Members
Constructors
Course
Module
Link copied to clipboard
constructor
(
id
:
Long
,
url
:
String
,
htmlUrl
:
String
,
displayName
:
String
,
isOpen
:
Boolean
,
exercises
:
List
<
ExercisesUpdaterService.Exercises.Exercise
>
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
exercises
Link copied to clipboard
val
exercises
:
List
<
ExercisesUpdaterService.Exercises.Exercise
>
html
Url
Link copied to clipboard
val
htmlUrl
:
String
id
Link copied to clipboard
val
id
:
Long
is
Open
Link copied to clipboard
val
isOpen
:
Boolean
url
Link copied to clipboard
val
url
:
String