IssueResponse

public final class IssueResponse

Constructors

IssueResponse
Link copied to clipboard
IssueResponse IssueResponse(String comment, Boolean close)

Functions

getClose
Link copied to clipboard
final Boolean getClose()
getComment
Link copied to clipboard
final String getComment()
setClose
Link copied to clipboard
final Unit setClose(Boolean close)
setComment
Link copied to clipboard
final Unit setComment(String comment)

Properties

close
Link copied to clipboard
private Boolean close

Is this a closing response. Only subject owner can close

comment
Link copied to clipboard
private String comment

The comment to submit