Class CommentJson
- java.lang.Object
-
- com.google.gerrit.server.restapi.change.CommentJson
-
public class CommentJson extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CommentJson.CommentFormatter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentJson.CommentFormatter
newCommentFormatter()
com.google.gerrit.server.restapi.change.CommentJson.RobotCommentFormatter
newRobotCommentFormatter()
-
-
-
Method Detail
-
newCommentFormatter
public CommentJson.CommentFormatter newCommentFormatter()
-
newRobotCommentFormatter
public com.google.gerrit.server.restapi.change.CommentJson.RobotCommentFormatter newRobotCommentFormatter()
-
-