| Package | Description |
|---|---|
| com.github.seratch.jslack.api.model.block | |
| com.github.seratch.jslack.common.json | |
| com.github.seratch.jslack.shortcut | |
| com.github.seratch.jslack.shortcut.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionsBlock
https://api.slack.com/reference/messaging/blocks#actions
|
class |
ContextBlock
https://api.slack.com/reference/messaging/blocks#context
|
class |
DividerBlock
https://api.slack.com/reference/messaging/blocks#divider
|
class |
ImageBlock
https://api.slack.com/reference/messaging/blocks#image
|
class |
SectionBlock
https://api.slack.com/reference/messaging/blocks#section
|
| Modifier and Type | Method and Description |
|---|---|
LayoutBlock |
GsonLayoutBlockFactory.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
GsonLayoutBlockFactory.serialize(LayoutBlock src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageResponse |
Shortcut.post(ChannelName channel,
List<LayoutBlock> blocks)
Posts a message to a given channel.
|
ChatPostMessageResponse |
Shortcut.postAsBot(ChannelName channel,
List<LayoutBlock> blocks) |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageResponse |
ShortcutImpl.post(ChannelName channel,
List<LayoutBlock> blocks) |
ChatPostMessageResponse |
ShortcutImpl.postAsBot(ChannelName channel,
List<LayoutBlock> blocks) |
Copyright © 2019. All Rights Reserved.