Uses of Interface
org.javacord.api.entity.channel.ServerStageVoiceChannel
-
Packages that use ServerStageVoiceChannel Package Description org.javacord.api org.javacord.api.entity.channel org.javacord.api.entity.server org.javacord.api.event.channel.server.voice -
-
Uses of ServerStageVoiceChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type ServerStageVoiceChannel Modifier and Type Method Description default Optional<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelById(long id)Gets a server stage voice channel by its id.default Optional<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelById(String id)Gets a server stage voice channel by its id.Collection<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannels()Gets a collection with all server stage voice channels of the bot.default Collection<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelsByName(String name)Gets a collection with all server stage voice channels with the given name.default Collection<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelsByNameIgnoreCase(String name)Gets a collection with all server stage voice channels with the given name. -
Uses of ServerStageVoiceChannel in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type ServerStageVoiceChannel Modifier and Type Method Description default Optional<ServerStageVoiceChannel>Channel. asServerStageVoiceChannel()Gets the channel as server stage voice channel. -
Uses of ServerStageVoiceChannel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type ServerStageVoiceChannel Modifier and Type Method Description default Optional<ServerStageVoiceChannel>Server. getStageVoiceChannelById(long id)Gets a stage voice channel by its id.default Optional<ServerStageVoiceChannel>Server. getStageVoiceChannelById(String id)Gets a voice channel by its id. -
Uses of ServerStageVoiceChannel in org.javacord.api.event.channel.server.voice
Methods in org.javacord.api.event.channel.server.voice that return ServerStageVoiceChannel Modifier and Type Method Description ServerStageVoiceChannelServerStageVoiceChannelChangeTopicEvent. getChannel()
-