| Package | Description |
|---|---|
| com.slack.api.model.block |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CallBlock.Call> |
CallBlock.getCall() |
| Modifier and Type | Method and Description |
|---|---|
CallBlock.CallBlockBuilder |
CallBlock.CallBlockBuilder.call(Map<String,CallBlock.Call> call) |
void |
CallBlock.setCall(Map<String,CallBlock.Call> call) |
| Constructor and Description |
|---|
CallBlock(String blockId,
String callId,
Boolean apiDecorationAvailable,
Map<String,CallBlock.Call> call) |
Copyright © 2020. All rights reserved.