public class GHPullRequestReviewComment extends GHObject implements Reactable
GHPullRequest.listReviewComments(),
GHPullRequest.createReviewComment(String, String, String, int)created_at, id, updated_at, url| Constructor and Description |
|---|
GHPullRequestReviewComment() |
| Modifier and Type | Method and Description |
|---|---|
GHReaction |
createReaction(ReactionContent content)
Deprecated.
|
void |
delete()
Deletes this review comment.
|
protected java.lang.String |
getApiRoute() |
java.lang.String |
getBody()
The comment itself.
|
java.net.URL |
getHtmlUrl()
URL of this object for humans, which renders some HTML.
|
int |
getOriginalPosition() |
GHPullRequest |
getParent()
Gets the pull request to which this review comment is associated.
|
java.lang.String |
getPath() |
int |
getPosition() |
GHUser |
getUser()
Gets the user who posted this comment.
|
PagedIterable<GHReaction> |
listReactions()
Deprecated.
|
void |
update(java.lang.String body)
Updates the comment.
|
getCreatedAt, getId, getUpdatedAt, getUrl, toStringpublic GHPullRequest getParent()
public java.lang.String getBody()
public GHUser getUser() throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getPath()
public int getPosition()
public int getOriginalPosition()
public java.net.URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectprotected java.lang.String getApiRoute()
public void update(java.lang.String body)
throws java.io.IOException
java.io.IOExceptionpublic void delete()
throws java.io.IOException
java.io.IOException@Preview @Deprecated public GHReaction createReaction(ReactionContent content) throws java.io.IOException
ReactablecreateReaction in interface Reactablejava.io.IOException@Preview @Deprecated public PagedIterable<GHReaction> listReactions()
ReactablelistReactions in interface ReactableCopyright © 2016. All Rights Reserved.