toggle menu
A+ Courses
4.0.0-beta1
JVM
switch theme
search in API
A+ Courses
/
fi.aalto.cs.apluscourses.services.exercise
/
ExercisesUpdaterService
/
Exercises
/
Exercise
Exercise
data
class
Exercise
(
val
id
:
Long
,
val
url
:
String
,
val
htmlUrl
:
String
,
val
displayName
:
String
,
val
maxPoints
:
Int
,
val
maxSubmissions
:
Int
,
val
hierarchicalName
:
String
,
val
difficulty
:
String
)
Members
Constructors
Exercise
Link copied to clipboard
constructor
(
id
:
Long
,
url
:
String
,
htmlUrl
:
String
,
displayName
:
String
,
maxPoints
:
Int
,
maxSubmissions
:
Int
,
hierarchicalName
:
String
,
difficulty
:
String
)
Properties
difficulty
Link copied to clipboard
val
difficulty
:
String
display
Name
Link copied to clipboard
val
displayName
:
String
hierarchical
Name
Link copied to clipboard
val
hierarchicalName
:
String
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
max
Submissions
Link copied to clipboard
val
maxSubmissions
:
Int
url
Link copied to clipboard
val
url
:
String