| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| 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 |
|---|---|
CallParticipant |
CallParticipant.CallParticipantBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<CallParticipant> |
Call.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Call.setUsers(List<CallParticipant> users) |
| Modifier and Type | Method and Description |
|---|---|
List<CallParticipant> |
CallBlock.Call.getActiveParticipants() |
List<CallParticipant> |
CallBlock.Call.getAllParticipants() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallBlock.Call.setActiveParticipants(List<CallParticipant> activeParticipants) |
void |
CallBlock.Call.setAllParticipants(List<CallParticipant> allParticipants) |
Copyright © 2020. All rights reserved.