Uses of Class
com.slack.api.model.CallParticipant
-
Packages that use CallParticipant 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. -
-
Uses of CallParticipant in com.slack.api.model
Methods in com.slack.api.model that return CallParticipant Modifier and Type Method Description CallParticipantCallParticipant.CallParticipantBuilder. build()Methods in com.slack.api.model that return types with arguments of type CallParticipant Modifier and Type Method Description List<CallParticipant>Call. getUsers()Method parameters in com.slack.api.model with type arguments of type CallParticipant Modifier and Type Method Description voidCall. setUsers(List<CallParticipant> users) -
Uses of CallParticipant in com.slack.api.model.block
Methods in com.slack.api.model.block that return types with arguments of type CallParticipant Modifier and Type Method Description List<CallParticipant>CallBlock.Call. getActiveParticipants()List<CallParticipant>CallBlock.Call. getAllParticipants()Method parameters in com.slack.api.model.block with type arguments of type CallParticipant Modifier and Type Method Description voidCallBlock.Call. setActiveParticipants(List<CallParticipant> activeParticipants)voidCallBlock.Call. setAllParticipants(List<CallParticipant> allParticipants)
-