Uses of Class
com.slack.api.model.FileComment
-
Packages that use FileComment Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.com.slack.api.model.event The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of FileComment in com.slack.api.model
Methods in com.slack.api.model that return FileComment Modifier and Type Method Description FileComment
FileComment.FileCommentBuilder. build()
FileComment
MessageItem. getComment()
Deprecated.FileComment
File. getInitialComment()
Deprecated.Methods in com.slack.api.model with parameters of type FileComment Modifier and Type Method Description File.FileBuilder
File.FileBuilder. initialComment(FileComment initialComment)
Deprecated.void
MessageItem. setComment(FileComment comment)
Deprecated.void
File. setInitialComment(FileComment initialComment)
Deprecated.Constructors in com.slack.api.model with parameters of type FileComment Constructor Description File(String id, Integer created, Integer timestamp, String name, String title, String subject, String mimetype, String filetype, String prettyType, String user, String userTeam, String sourceTeam, String mode, boolean editable, boolean nonOwnerEditable, String editor, String lastEditor, Integer updated, String fileAccess, List<String> editors, Integer editTimestamp, String altTxt, String subtype, File.Transcription transcription, String mp4, String mp4Low, String vtt, String hls, String hlsEmbed, Integer durationMs, Integer thumbVideoW, Integer thumbVideoH, Integer originalAttachmentCount, boolean external, String externalType, String externalId, String externalUrl, String username, Integer size, String urlPrivate, String urlPrivateDownload, String urlStaticPreview, String appId, String appName, String thumb64, String thumb64Gif, String thumb64Width, String thumb64Height, String thumb80, String thumb80Gif, String thumb80Width, String thumb80Height, String thumb160, String thumb160Gif, String thumb160Width, String thumb160Height, String thumb360, String thumb360Gif, String thumb360Width, String thumb360Height, String thumb480, String thumb480Gif, String thumb480Width, String thumb480Height, String thumb720, String thumb720Gif, String thumb720Width, String thumb720Height, String thumb800, String thumb800Gif, String thumb800Width, String thumb800Height, String thumb960, String thumb960Gif, String thumb960Width, String thumb960Height, String thumb1024, String thumb1024Gif, String thumb1024Width, String thumb1024Height, String thumbVideo, String thumbGif, String thumbPdf, String thumbPdfWidth, String thumbPdfHeight, String thumbTiny, String convertedPdf, Integer imageExifRotation, String originalWidth, String originalHeight, String deanimate, String deanimateGif, String pjpeg, String permalink, String permalinkPublic, String editLink, boolean hasRichPreview, String mediaDisplayType, boolean previewTruncated, String preview, String previewHighlight, String plainText, String previewPlainText, boolean hasMore, boolean sentToSelf, Integer lines, Integer linesMore, boolean _public, boolean publicUrlShared, boolean displayAsBot, List<String> channels, List<String> groups, List<String> ims, File.Shares shares, Boolean hasMoreShares, List<File.Address> to, List<File.Address> from, List<File.Address> cc, Map<String,File.PinnedInfo> pinnedInfo, String channelActionsTs, Integer channelActionsCount, File.Headers headers, String simplifiedHtml, File.MediaProgress mediaProgress, File.Saved saved, String quipThreadId, boolean channelSpace, String linkedChannelId, String access, List<String> teamsSharedWith, Long lastRead, List<LayoutBlock> titleBlocks, Integer privateChannelsWithFileAccessCount, List<File.UserWithFileAccess> dmMpdmUsersWithFileAccess, String orgOrWorkspaceAccess, Integer updateNotification, String canvasTemplateMode, Integer templateConversionTs, String templateName, String templateTitle, String templateDescription, String templateIcon, Boolean teamPrefVersionHistoryEnabled, Boolean showBadge, String botId, FileComment initialComment, Integer numStars, boolean starred, List<String> pinnedTo, List<Reaction> reactions, Integer commentsCount, List<Attachment> attachments, List<LayoutBlock> blocks)
-
Uses of FileComment in com.slack.api.model.event
Methods in com.slack.api.model.event that return FileComment Modifier and Type Method Description FileComment
PinAddedEvent.Item. getComment()
FileComment
PinRemovedEvent.Item. getComment()
FileComment
StarAddedEvent.Item. getComment()
FileComment
StarRemovedEvent.Item. getComment()
Methods in com.slack.api.model.event with parameters of type FileComment Modifier and Type Method Description void
PinAddedEvent.Item. setComment(FileComment comment)
void
PinRemovedEvent.Item. setComment(FileComment comment)
void
StarAddedEvent.Item. setComment(FileComment comment)
void
StarRemovedEvent.Item. setComment(FileComment comment)
-