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 AuthorgetAuthor()DategetCreatedAt()IntegergetLine()Constants.LineTypegetLineType()StringgetNote()StringgetPath()voidsetAuthor(Author author)voidsetCreatedAt(Date createdAt)voidsetLine(Integer line)voidsetLineType(Constants.LineType lineType)voidsetNote(String note)voidsetPath(String path)StringtoString()