JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
cdc.issues.answers
Interface IssueComment
public interface
IssueComment
Interface describing an issue comment.
Author:
Damien Carbonne
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAuthor
()
Instant
getDate
()
String
getText
()
Method Details
getAuthor
String
getAuthor
()
Returns:
The author of this comment.
getDate
Instant
getDate
()
Returns:
The date (as an Instant) of this comment.
getText
String
getText
()
Returns:
The text of this comment.