Uses of Class
com.slack.api.model.CallParticipant
Packages that use CallParticipant
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of CallParticipant in com.slack.api.model
Methods in com.slack.api.model that return CallParticipantMethods in com.slack.api.model that return types with arguments of type CallParticipantMethod parameters in com.slack.api.model with type arguments of type CallParticipant -
Uses of CallParticipant in com.slack.api.model.block
Methods in com.slack.api.model.block that return types with arguments of type CallParticipantModifier and TypeMethodDescriptionCallBlock.Call.getActiveParticipants()CallBlock.Call.getAllParticipants()Method parameters in com.slack.api.model.block with type arguments of type CallParticipantModifier and TypeMethodDescriptionvoidCallBlock.Call.setActiveParticipants(List<CallParticipant> activeParticipants) voidCallBlock.Call.setAllParticipants(List<CallParticipant> allParticipants)