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
    Version:
    $Id: 5e9943e5e96dcd71ac580a6f28dd545b4c52d737 $
    Author:
    Yegor Bugayenko (yegor256@gmail.com)
    See Also:
    Issue Comments API