Uses of Interface
org.javacord.api.entity.channel.RegularServerChannel
-
Packages that use RegularServerChannel Package Description org.javacord.api org.javacord.api.entity.channel org.javacord.api.entity.server org.javacord.api.util.internal -
-
Uses of RegularServerChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type RegularServerChannel Modifier and Type Method Description default java.util.Optional<RegularServerChannel>DiscordApi. getRegularServerChannelById(long id)Gets a regular server channel by its id.default java.util.Optional<RegularServerChannel>DiscordApi. getRegularServerChannelById(java.lang.String id)Gets a regular server channel by its id.java.util.Set<RegularServerChannel>DiscordApi. getRegularServerChannels()Gets all regular server channels of the bot.default java.util.Set<RegularServerChannel>DiscordApi. getRegularServerChannelsByName(java.lang.String name)Gets all regular server channels with the given name.default java.util.Set<RegularServerChannel>DiscordApi. getRegularServerChannelsByNameIgnoreCase(java.lang.String name)Gets all regular server channels with the given name. -
Uses of RegularServerChannel in org.javacord.api.entity.channel
Subinterfaces of RegularServerChannel in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceChannelCategoryThis class represents a channel category.interfaceServerForumChannelThis class represents a server forum channel.interfaceServerStageVoiceChannelinterfaceServerTextChannelThis class represents a server text channel.interfaceServerVoiceChannelThis class represents a server voice channel.interfaceUnknownRegularServerChannelThis class represents an unknown regular server channel.Methods in org.javacord.api.entity.channel that return RegularServerChannel Modifier and Type Method Description RegularServerChannelServerThreadChannel. getParent()The parent regular server channel of this thread.Methods in org.javacord.api.entity.channel that return types with arguments of type RegularServerChannel Modifier and Type Method Description default java.util.Optional<RegularServerChannel>Channel. asRegularServerChannel()Gets the channel as regular server channel.java.util.List<RegularServerChannel>ChannelCategory. getChannels()Gets a sorted (by position) list with all channels which this category contains.default java.util.Optional<? extends RegularServerChannel>RegularServerChannel. getCurrentCachedInstance()default java.util.concurrent.CompletableFuture<? extends RegularServerChannel>RegularServerChannel. getLatestInstance()Methods in org.javacord.api.entity.channel with parameters of type RegularServerChannel Modifier and Type Method Description default intRegularServerChannel. compareTo(RegularServerChannel channel)Constructors in org.javacord.api.entity.channel with parameters of type RegularServerChannel Constructor Description RegularServerChannelUpdater(RegularServerChannel channel)Creates a new regular server channel updater. -
Uses of RegularServerChannel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type RegularServerChannel Modifier and Type Method Description java.util.Optional<RegularServerChannel>Server. getRegularChannelById(long id)Gets a regular channel by its id.default java.util.Optional<RegularServerChannel>Server. getRegularChannelById(java.lang.String id)Gets a regular channel by its id.java.util.List<RegularServerChannel>Server. getRegularChannels()Gets a sorted list (by position) with all regular channels of the server.default java.util.List<RegularServerChannel>Server. getRegularChannelsByName(java.lang.String name)Gets a sorted list (by position) with all channels with the given name.default java.util.List<RegularServerChannel>Server. getRegularChannelsByNameIgnoreCase(java.lang.String name)Gets a sorted list (by position) with all channels with the given name.default java.util.Optional<RegularServerChannel>Server. getWidgetChannel()Gets regular server channel for widget. -
Uses of RegularServerChannel in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type RegularServerChannel Modifier and Type Method Description static RegularServerChannelUpdaterDelegateDelegateFactory. createRegularServerChannelUpdaterDelegate(RegularServerChannel channel)Creates a new regular server channel updater delegate.RegularServerChannelUpdaterDelegateDelegateFactoryDelegate. createRegularServerChannelUpdaterDelegate(RegularServerChannel channel)Creates a new regular server channel updater delegate.
-