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.feedback
/
VisibleDocumentResponse
Visible
Document
Response
@
Serializable
data
class
VisibleDocumentResponse
(
val
id
:
String
,
val
studentId
:
Long
,
val
authorUserId
:
Long
,
val
sharedWithStudent
:
Boolean
,
val
updatedAtMillis
:
Long
,
val
document
:
JsonElement
)
(
source
)
Members
Constructors
Visible
Document
Response
Link copied to clipboard
constructor
(
id
:
String
,
studentId
:
Long
,
authorUserId
:
Long
,
sharedWithStudent
:
Boolean
,
updatedAtMillis
:
Long
,
document
:
JsonElement
)
Properties
author
User
Id
Link copied to clipboard
val
authorUserId
:
Long
document
Link copied to clipboard
val
document
:
JsonElement
id
Link copied to clipboard
val
id
:
String
shared
With
Student
Link copied to clipboard
val
sharedWithStudent
:
Boolean
student
Id
Link copied to clipboard
val
studentId
:
Long
updated
At
Millis
Link copied to clipboard
val
updatedAtMillis
:
Long