Interface Comments

All Known Implementing Classes:
SfComments

@Immutable public interface Comments
GitHub comments.

Use this class to get access to all comments in an issue, for example:

 issue = // ... get it somewhere
 Comments comments = issue.comments();
 Comment comment = comments.post("Hi, how are you?");
Since:
0.1
See Also:
  • Method Details