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
/
DocumentSummary
Document
Summary
@
Serializable
data
class
DocumentSummary
(
val
id
:
String
,
val
studentId
:
Long
,
val
authorUserId
:
Long
,
val
title
:
String
,
val
commentCount
:
Int
,
val
blockTypes
:
List
<
String
>
,
val
hasContent
:
Boolean
,
val
sharedWithStudent
:
Boolean
,
val
updatedAtMillis
:
Long
)
(
source
)
Members
Constructors
Document
Summary
Link copied to clipboard
constructor
(
id
:
String
,
studentId
:
Long
,
authorUserId
:
Long
,
title
:
String
,
commentCount
:
Int
,
blockTypes
:
List
<
String
>
,
hasContent
:
Boolean
,
sharedWithStudent
:
Boolean
,
updatedAtMillis
:
Long
)
Properties
author
User
Id
Link copied to clipboard
val
authorUserId
:
Long
block
Types
Link copied to clipboard
val
blockTypes
:
List
<
String
>
comment
Count
Link copied to clipboard
val
commentCount
:
Int
has
Content
Link copied to clipboard
val
hasContent
:
Boolean
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
title
Link copied to clipboard
val
title
:
String
updated
At
Millis
Link copied to clipboard
val
updatedAtMillis
:
Long