created_at, id, updated_at, url| Constructor and Description |
|---|
GHIssueComment() |
| Modifier and Type | Method and Description |
|---|---|
GHReaction |
createReaction(ReactionContent content)
Deprecated.
|
void |
delete()
Deletes this issue comment.
|
java.lang.String |
getBody()
The comment itself.
|
java.net.URL |
getHtmlUrl()
Deprecated.
This object has no HTML URL.
|
GHIssue |
getParent()
Gets the issue to which this comment is associated.
|
GHUser |
getUser()
Gets the user who posted this comment.
|
java.lang.String |
getUserName()
Deprecated.
|
PagedIterable<GHReaction> |
listReactions()
Deprecated.
|
void |
update(java.lang.String body)
Updates the body of the issue comment.
|
getCreatedAt, getId, getUpdatedAt, getUrl, toStringpublic GHIssue getParent()
public java.lang.String getBody()
@Deprecated public java.lang.String getUserName()
public GHUser getUser() throws java.io.IOException
java.io.IOExceptionpublic java.net.URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectpublic 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.