public interface CommentBuilder
Modifier and Type | Method and Description |
---|---|
CommentBuilder |
content(String content) |
Comment |
create() |
CommentBuilder |
scope(String scopeId,
String scopeType) |
CommentBuilder |
userId(String userId) |
CommentBuilder scope(String scopeId, String scopeType)
CommentBuilder userId(String userId)
CommentBuilder content(String content)
Comment create()