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
/
StudentView
Student
View
@
Serializable
data
class
StudentView
(
val
id
:
Long
,
val
username
:
String
?
,
val
fullName
:
String
?
,
val
email
:
String
?
,
val
studentId
:
String
?
,
val
tagSlugs
:
List
<
String
>
=
emptyList()
,
val
participantPageUrl
:
String
?
=
null
)
(
source
)
Members
Constructors
Student
View
Link copied to clipboard
constructor
(
id
:
Long
,
username
:
String
?
,
fullName
:
String
?
,
email
:
String
?
,
studentId
:
String
?
,
tagSlugs
:
List
<
String
>
=
emptyList()
,
participantPageUrl
:
String
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
String
?
full
Name
Link copied to clipboard
val
fullName
:
String
?
id
Link copied to clipboard
val
id
:
Long
participant
Page
Url
Link copied to clipboard
val
participantPageUrl
:
String
?
student
Id
Link copied to clipboard
val
studentId
:
String
?
tag
Slugs
Link copied to clipboard
val
tagSlugs
:
List
<
String
>
A+ tag slugs. Language tags such as
en
and
fi
control automatic grader assignment.
username
Link copied to clipboard
val
username
:
String
?