Package | Description |
---|---|
com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
Modifier and Type | Method and Description |
---|---|
static FileComment.FileCommentBuilder |
FileComment.builder() |
FileComment.FileCommentBuilder |
FileComment.FileCommentBuilder.channel(String channel) |
FileComment.FileCommentBuilder |
FileComment.FileCommentBuilder.comment(String comment) |
FileComment.FileCommentBuilder |
FileComment.FileCommentBuilder.created(Integer created) |
FileComment.FileCommentBuilder |
FileComment.FileCommentBuilder.id(String id) |
FileComment.FileCommentBuilder |
FileComment.FileCommentBuilder.intro(boolean intro) |
FileComment.FileCommentBuilder |
FileComment.FileCommentBuilder.timestamp(Integer timestamp) |
FileComment.FileCommentBuilder |
FileComment.FileCommentBuilder.user(String user) |
Copyright © 2020. All rights reserved.