Uses of Interface
com.jcabi.github.GistComment
-
Packages that use GistComment Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of GistComment in com.jcabi.github
Classes in com.jcabi.github that implement GistComment Modifier and Type Class Description static class
GistComment.Smart
Smart comment with additional features.Methods in com.jcabi.github that return GistComment Modifier and Type Method Description GistComment
GistComments. get(int number)
Get comment by number.GistComment
GistComments. post(String text)
Post new comment.Methods in com.jcabi.github that return types with arguments of type GistComment Modifier and Type Method Description Iterable<GistComment>
GistComments. iterate()
Iterate them all.Methods in com.jcabi.github with parameters of type GistComment Modifier and Type Method Description int
GistComment.Smart. compareTo(GistComment cmt)
Constructors in com.jcabi.github with parameters of type GistComment Constructor Description Smart(GistComment cmt)
Public ctor.
-