public class GHIssueComment extends Object
| Constructor and Description |
|---|
GHIssueComment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
The comment itself.
|
Date |
getCreatedAt() |
int |
getId() |
GHIssue |
getParent()
Gets the issue to which this comment is associated.
|
Date |
getUpdatedAt() |
URL |
getUrl() |
GHUser |
getUser()
Gets the user who posted this comment.
|
String |
getUserName()
Deprecated.
|
public GHIssue getParent()
public String getBody()
public Date getCreatedAt()
public Date getUpdatedAt()
public int getId()
public URL getUrl()
@Deprecated public String getUserName()
public GHUser getUser() throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.