DiscussionReplyBundle
org.sagebionetworks.repo.model.discussion.DiscussionReplyBundle
The Reply model object represents a single reply in a thread.
| Field | Type | Description |
|---|---|---|
| id | STRING | The ID of the reply |
| threadId | STRING | The ID of the thread this Reply belongs to |
| forumId | STRING | The ID of the forum this Reply belongs to |
| projectId | STRING | The ID of the project this Reply belongs to |
| createdOn | STRING | The timestamp when this Reply was created |
| createdBy | STRING | The id of the user that created this Reply |
| modifiedOn | STRING | The timestamp when this Reply was last modified |
| etag | STRING | Synapse employs an Optimistic Concurrency Control (OCC) scheme to handle concurrent updates. Since the E-Tag changes every time an entity is updated it is used to detect when a client's current representation of an entity is out-of-date. |
| messageKey | STRING | The S3 key where the actual message stored |
| isEdited | BOOLEAN | Has the author edited this Reply? |
| isDeleted | BOOLEAN | Has this Reply been deleted? |