Uses of Interface
com.jcabi.github.Comment
-
Packages that use Comment Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.safe Safe classes. -
-
Uses of Comment in com.jcabi.github
Classes in com.jcabi.github that implement Comment Modifier and Type Class Description static classComment.SmartSmart comment with additional features.Methods in com.jcabi.github that return Comment Modifier and Type Method Description CommentComments. get(int number)Get comment by number.CommentComments. post(String text)Post new comment.Methods in com.jcabi.github that return types with arguments of type Comment Modifier and Type Method Description Iterable<Comment>Comments. iterate(Date since)Iterate them all.Methods in com.jcabi.github with parameters of type Comment Modifier and Type Method Description intComment.Smart. compareTo(Comment obj)Constructors in com.jcabi.github with parameters of type Comment Constructor Description Smart(Comment cmt)Public ctor. -
Uses of Comment in com.jcabi.github.safe
Classes in com.jcabi.github.safe that implement Comment Modifier and Type Class Description classSfCommentSafe comment.Methods in com.jcabi.github.safe that return Comment Modifier and Type Method Description CommentSfComments. get(int number)CommentSfComments. post(String text)Methods in com.jcabi.github.safe that return types with arguments of type Comment Modifier and Type Method Description Iterable<Comment>SfComments. iterate(Date since)Methods in com.jcabi.github.safe with parameters of type Comment Modifier and Type Method Description intSfComment. compareTo(Comment cmt)Constructors in com.jcabi.github.safe with parameters of type Comment Constructor Description SfComment(Comment cmt)Public ctor.
-