Uses of Class
com.slack.api.model.FileComment.FileCommentBuilder
| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of FileComment.FileCommentBuilder in com.slack.api.model
Methods in com.slack.api.model that return FileComment.FileCommentBuilder Modifier and Type Method Description static FileComment.FileCommentBuilderFileComment. builder()FileComment.FileCommentBuilderFileComment.FileCommentBuilder. channel(java.lang.String channel)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. comment(java.lang.String comment)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. created(java.lang.Integer created)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. id(java.lang.String id)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. intro(boolean intro)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. timestamp(java.lang.Integer timestamp)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. user(java.lang.String user)