Uses of Class
com.slack.api.model.File
-
Packages that use File 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.block 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.com.slack.api.model.view The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of File in com.slack.api.model
Methods in com.slack.api.model that return File Modifier and Type Method Description FileFile.FileBuilder. build()FileMessage. getFile()FileMessageItem. getFile()Deprecated.Methods in com.slack.api.model that return types with arguments of type File Modifier and Type Method Description List<File>Attachment. getFiles()List<File>Latest. getFiles()List<File>MatchedItem. getFiles()List<File>Message. getFiles()Methods in com.slack.api.model with parameters of type File Modifier and Type Method Description voidMessage. setFile(File file)voidMessageItem. setFile(File file)Deprecated.Method parameters in com.slack.api.model with type arguments of type File Modifier and Type Method Description Attachment.AttachmentBuilderAttachment.AttachmentBuilder. files(List<File> files)voidAttachment. setFiles(List<File> files)voidLatest. setFiles(List<File> files)voidMatchedItem. setFiles(List<File> files)voidMessage. setFiles(List<File> files) -
Uses of File in com.slack.api.model.block
Methods in com.slack.api.model.block that return File Modifier and Type Method Description FileFileBlock. getFile()Methods in com.slack.api.model.block with parameters of type File Modifier and Type Method Description FileBlock.FileBlockBuilderFileBlock.FileBlockBuilder. file(File file)voidFileBlock. setFile(File file)Constructors in com.slack.api.model.block with parameters of type File Constructor Description FileBlock(String blockId, String externalId, String source, String fileId, File file) -
Uses of File in com.slack.api.model.event
Methods in com.slack.api.model.event that return File Modifier and Type Method Description FilePinAddedEvent.Item. getFile()FilePinRemovedEvent.Item. getFile()FileStarAddedEvent.Item. getFile()FileStarRemovedEvent.Item. getFile()Methods in com.slack.api.model.event that return types with arguments of type File Modifier and Type Method Description List<File>MessageChangedEvent.Message. getFiles()List<File>MessageDeletedEvent.Message. getFiles()List<File>MessageEvent. getFiles()List<File>MessageFileShareEvent. getFiles()Methods in com.slack.api.model.event with parameters of type File Modifier and Type Method Description voidPinAddedEvent.Item. setFile(File file)voidPinRemovedEvent.Item. setFile(File file)voidStarAddedEvent.Item. setFile(File file)voidStarRemovedEvent.Item. setFile(File file)Method parameters in com.slack.api.model.event with type arguments of type File Modifier and Type Method Description voidMessageChangedEvent.Message. setFiles(List<File> files)voidMessageDeletedEvent.Message. setFiles(List<File> files)voidMessageEvent. setFiles(List<File> files)voidMessageFileShareEvent. setFiles(List<File> files) -
Uses of File in com.slack.api.model.view
Methods in com.slack.api.model.view that return types with arguments of type File Modifier and Type Method Description List<File>ViewState.Value. getFiles()Method parameters in com.slack.api.model.view with type arguments of type File Modifier and Type Method Description voidViewState.Value. setFiles(List<File> files)
-