Uses of Class
com.slack.api.model.File.ShareDetail
| Package | Description |
|---|---|
| com.slack.api.model |
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.ShareDetail Modifier and Type Method Description Map<String,List<File.ShareDetail>>File.Shares. getPrivateChannels()The key of the Map: channel IDMap<String,List<File.ShareDetail>>File.Shares. getPublicChannels()The key of the Map: channel IDMethod parameters in com.slack.api.model with type arguments of type File.ShareDetail Modifier and Type Method Description voidFile.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