Uses of Class
com.slack.api.model.FileComment.FileCommentBuilder
-
Packages that use 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(String channel)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. comment(String comment)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. created(Integer created)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. id(String id)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. intro(boolean intro)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. timestamp(Integer timestamp)FileComment.FileCommentBuilderFileComment.FileCommentBuilder. user(String user)
-