Package com.slack.api.model
Class FileComment.FileCommentBuilder
- java.lang.Object
-
- com.slack.api.model.FileComment.FileCommentBuilder
-
- Enclosing class:
- FileComment
public static class FileComment.FileCommentBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileCommentbuild()FileComment.FileCommentBuilderchannel(String channel)FileComment.FileCommentBuildercomment(String comment)FileComment.FileCommentBuildercreated(Integer created)FileComment.FileCommentBuilderid(String id)FileComment.FileCommentBuilderintro(boolean intro)FileComment.FileCommentBuildertimestamp(Integer timestamp)StringtoString()FileComment.FileCommentBuilderuser(String user)
-
-
-
Method Detail
-
id
public FileComment.FileCommentBuilder id(String id)
- Returns:
this.
-
created
public FileComment.FileCommentBuilder created(Integer created)
- Returns:
this.
-
timestamp
public FileComment.FileCommentBuilder timestamp(Integer timestamp)
- Returns:
this.
-
user
public FileComment.FileCommentBuilder user(String user)
- Returns:
this.
-
comment
public FileComment.FileCommentBuilder comment(String comment)
- Returns:
this.
-
channel
public FileComment.FileCommentBuilder channel(String channel)
- Returns:
this.
-
intro
public FileComment.FileCommentBuilder intro(boolean intro)
- Returns:
this.
-
build
public FileComment build()
-
-