| 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 |
|---|---|
Map<String,List<File.ShareDetail>> |
File.Shares.getPrivateChannels()
The key of the Map: channel ID
|
Map<String,List<File.ShareDetail>> |
File.Shares.getPublicChannels()
The key of the Map: channel ID
|
| Modifier and Type | Method and Description |
|---|---|
void |
File.Shares.setPrivateChannels(Map<String,List<File.ShareDetail>> privateChannels)
The key of the Map: channel ID
|
void |
File.Shares.setPublicChannels(Map<String,List<File.ShareDetail>> publicChannels)
The key of the Map: channel ID
|
Copyright © 2020. All rights reserved.