public interface GitHubIssueComment
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Get comment body.
|
String |
getId()
Get comment id.
|
String |
getUrl()
Get comment URL.
|
void |
setBody(String body) |
void |
setId(String id) |
void |
setUrl(String url) |
GitHubIssueComment |
withBody(String body) |
GitHubIssueComment |
withId(String id) |
GitHubIssueComment |
withUrl(String url) |
void setId(String id)
GitHubIssueComment withId(String id)
void setUrl(String url)
GitHubIssueComment withUrl(String url)
void setBody(String body)
GitHubIssueComment withBody(String body)
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.