Interface ICommentEntry
- All Known Implementing Classes:
CommentEntry
public interface ICommentEntry
Single comment entry
-
Method Summary
Modifier and TypeMethodDescriptionReturns list of attachments for this commentReturns processed text for the comment suitable for displaygetID()
Returns unique ID for this comment entrygetText()
Returns original text for commentReturns timestamp for the commentReturns display name of the user made the commentReturns ID of the user made the comment
-
Method Details
-
getID
String getID()Returns unique ID for this comment entry -
getText
String getText()Returns original text for comment -
getDisplayText
String getDisplayText()Returns processed text for the comment suitable for display -
getUserID
String getUserID()Returns ID of the user made the comment -
getUserDisplayName
String getUserDisplayName()Returns display name of the user made the comment -
getTimestamp
Date getTimestamp()Returns timestamp for the comment -
getAttachments
Returns list of attachments for this comment- Throws:
Exception
-