Interface CommentBuilder
-
- All Known Implementing Classes:
CommentBuilderImpl
public interface CommentBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentBuilder
content(String content)
Comment
create()
CommentBuilder
scope(String scopeId, String scopeType)
CommentBuilder
userId(String userId)
-
-
-
Method Detail
-
scope
CommentBuilder scope(String scopeId, String scopeType)
-
userId
CommentBuilder userId(String userId)
-
content
CommentBuilder content(String content)
-
create
Comment create()
-
-