Uses of Interface
com.jcabi.github.Comments
-
Packages that use Comments Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.safe Safe classes. -
-
Uses of Comments in com.jcabi.github
Methods in com.jcabi.github that return Comments Modifier and Type Method Description Comments
Issue. comments()
Get all comments of the issue.Comments
Issue.Smart. comments()
-
Uses of Comments in com.jcabi.github.safe
Classes in com.jcabi.github.safe that implement Comments Modifier and Type Class Description class
SfComments
Safe comments.Methods in com.jcabi.github.safe that return Comments Modifier and Type Method Description Comments
SfIssue. comments()
Constructors in com.jcabi.github.safe with parameters of type Comments Constructor Description SfComments(Comments cmt)
Public ctor.
-