public class GHIssueComment extends GHObject
created_at, id, updated_at, url| Constructor and Description |
|---|
GHIssueComment() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.IOExceptionCopyright © 2016. All Rights Reserved.