Uses of Class
com.slack.api.socket_mode.request.SlashCommandsEnvelope
| Package | Description |
|---|---|
| com.slack.api.socket_mode | |
| com.slack.api.socket_mode.impl |
-
Uses of SlashCommandsEnvelope in com.slack.api.socket_mode
Methods in com.slack.api.socket_mode that return types with arguments of type SlashCommandsEnvelope Modifier and Type Method Description List<EnvelopeListener<SlashCommandsEnvelope>>SocketModeClient. getSlashCommandsEnvelopeListeners()Method parameters in com.slack.api.socket_mode with type arguments of type SlashCommandsEnvelope Modifier and Type Method Description default voidSocketModeClient. addSlashCommandsEnvelopeListener(EnvelopeListener<SlashCommandsEnvelope> listener)default voidSocketModeClient. removeSlashCommandsEnvelopeListener(EnvelopeListener<SlashCommandsEnvelope> listener) -
Uses of SlashCommandsEnvelope in com.slack.api.socket_mode.impl
Methods in com.slack.api.socket_mode.impl that return types with arguments of type SlashCommandsEnvelope Modifier and Type Method Description List<EnvelopeListener<SlashCommandsEnvelope>>SocketModeClientJavaWSImpl. getSlashCommandsEnvelopeListeners()List<EnvelopeListener<SlashCommandsEnvelope>>SocketModeClientTyrusImpl. getSlashCommandsEnvelopeListeners()