Package org.gitlab4j.api.models
Class Comment
java.lang.Object
org.gitlab4j.api.models.Comment
public class Comment extends Object
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
Modifier and Type Method Description Author
getAuthor()
Date
getCreatedAt()
Integer
getLine()
Constants.LineType
getLineType()
String
getNote()
String
getPath()
void
setAuthor(Author author)
void
setCreatedAt(Date createdAt)
void
setLine(Integer line)
void
setLineType(Constants.LineType lineType)
void
setNote(String note)
void
setPath(String path)
String
toString()