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: 33091c2d1e794aba94f885f0fcfc06ba935f3f87 $
    Author:
    Yegor Bugayenko ([email protected])
    See Also:
    Issue Comments API