public class GHIssueComment extends GHObject
created_at, id, updated_at, url| Constructor and Description |
|---|
GHIssueComment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
The comment itself.
|
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.
|
getCreatedAt, getId, getUpdatedAt, getUrlpublic GHIssue getParent()
public java.lang.String getBody()
@Deprecated public java.lang.String getUserName()
public GHUser getUser() throws java.io.IOException
java.io.IOExceptionCopyright © 2015. All Rights Reserved.