public class IssueCommentGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
Comment
Additionally provides one the ability to update the comment body and delete the comment.Comment,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getBody() |
String |
getBodyHtml() |
String |
getBodyText() |
Date |
getCreatedAt() |
long |
getId() |
Date |
getUpdatedAt() |
String |
getUrl() |
String |
getUser() |
void |
setBody(String body) |
public Date getCreatedAt()
public Date getUpdatedAt()
public String getBody()
public String getBodyHtml()
public String getBodyText()
public long getId()
public String getUrl()
public String getUser()
public void setBody(String body)
public void delete()
Copyright © 2016–2020. All rights reserved.