Package com.google.gerrit.server.change
Class CommentThread.Builder<T extends Comment>
- java.lang.Object
-
- com.google.gerrit.server.change.CommentThread.Builder<T>
-
- Enclosing class:
- CommentThread<T extends Comment>
public abstract static class CommentThread.Builder<T extends Comment> extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CommentThread.Builder<T>
addComment(T comment)
CommentThread<T>
build()
abstract CommentThread.Builder<T>
comments(List<T> value)
-
-
-
Method Detail
-
comments
public abstract CommentThread.Builder<T> comments(List<T> value)
-
addComment
public CommentThread.Builder<T> addComment(T comment)
-
build
public CommentThread<T> build()
-
-