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