MessageContent <INTERFACE>
org.sagebionetworks.repo.model.message.MessageContent
Contains fields common to all messages and comments
Known Implementations:
MessageToUser,  CommentField | Type | Description |
---|---|---|
id | STRING | The unique identifier of the message or comment |
createdBy | STRING | The unique identifier of the sender of this message |
fileHandleId | STRING | The S3 file handle storing the body of this message. Note: The file's mime type should be 'text/plain' or 'text/html'. If no character encoding is specified, then UTF-8 is assumed. |
createdOn | STRING | When this message was created |