Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Comment.Smart
Smart comment with additional features.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comments.get(int number)
Get comment by number.
|
Comment |
Comments.post(String text)
Post new comment.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Comment> |
Comments.iterate()
Iterate them all.
|
Modifier and Type | Method and Description |
---|---|
int |
Comment.Smart.compareTo(Comment obj) |
Constructor and Description |
---|
Comment.Smart(Comment cmt)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.