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
/
StoredAplusFeedbackSource
Stored
Aplus
Feedback
Source
@
Serializable
data
class
StoredAplusFeedbackSource
(
val
type
:
StoredFeedbackSourceType
,
val
submissionId
:
Long
,
val
href
:
String
,
val
quote
:
String
,
val
prefix
:
String
,
val
suffix
:
String
,
val
occurrence
:
Long
)
(
source
)
Members
Constructors
Stored
Aplus
Feedback
Source
Link copied to clipboard
constructor
(
type
:
StoredFeedbackSourceType
,
submissionId
:
Long
,
href
:
String
,
quote
:
String
,
prefix
:
String
,
suffix
:
String
,
occurrence
:
Long
)
Properties
href
Link copied to clipboard
val
href
:
String
occurrence
Link copied to clipboard
val
occurrence
:
Long
prefix
Link copied to clipboard
val
prefix
:
String
quote
Link copied to clipboard
val
quote
:
String
submission
Id
Link copied to clipboard
val
submissionId
:
Long
suffix
Link copied to clipboard
val
suffix
:
String
type
Link copied to clipboard
val
type
:
StoredFeedbackSourceType