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 class
Comment.Smart
Smart comment with additional features.Methods in com.jcabi.github that return Comment Modifier and Type Method Description Comment
Comments. get(int number)
Get comment by number.Comment
Comments. 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 int
Comment.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 class
SfComment
Safe comment.Methods in com.jcabi.github.safe that return Comment Modifier and Type Method Description Comment
SfComments. get(int number)
Comment
SfComments. 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 int
SfComment. compareTo(Comment cmt)
Constructors in com.jcabi.github.safe with parameters of type Comment Constructor Description SfComment(Comment cmt)
Public ctor.
-