| Package | Description |
|---|---|
| com.github.seratch.jslack.shortcut | |
| com.github.seratch.jslack.shortcut.impl | |
| com.github.seratch.jslack.shortcut.model |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChannelId> |
Shortcut.findChannelIdByName(ChannelName name)
Returns ChannelId corresponding to a given channel name if exists.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ChannelName> |
Shortcut.findChannelNameById(ChannelId channelId)
Returns a channel's human readable name corresponding to a given channel id if exists.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ChannelId> |
ShortcutImpl.findChannelIdByName(ChannelName name) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChannelName> |
ShortcutImpl.findChannelNameById(ChannelId channelId) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelId |
ChannelId.of(String value) |
Copyright © 2017. All rights reserved.