Uses of Class
com.slack.api.model.File.ShareDetail
Packages that use File.ShareDetail
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of File.ShareDetail in com.slack.api.model
Methods in com.slack.api.model that return types with arguments of type File.ShareDetailModifier and TypeMethodDescriptionFile.Shares.getPrivateChannels()The key of the Map: channel IDFile.Shares.getPublicChannels()The key of the Map: channel IDMethod parameters in com.slack.api.model with type arguments of type File.ShareDetailModifier and TypeMethodDescriptionvoidFile.Shares.setPrivateChannels(Map<String, List<File.ShareDetail>> privateChannels) The key of the Map: channel IDvoidFile.Shares.setPublicChannels(Map<String, List<File.ShareDetail>> publicChannels) The key of the Map: channel ID