Uses of Interface
org.javacord.api.entity.channel.ServerForumChannel
-
Packages that use ServerForumChannel Package Description org.javacord.api org.javacord.api.entity.channel org.javacord.api.entity.channel.internal org.javacord.api.entity.server org.javacord.api.util.internal -
-
Uses of ServerForumChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type ServerForumChannel Modifier and Type Method Description default java.util.Optional<ServerForumChannel>DiscordApi. getServerForumChannelById(long id)Gets a server forum channel by its id.default java.util.Optional<ServerForumChannel>DiscordApi. getServerForumChannelById(java.lang.String id)Gets a server forum channel by its id.java.util.Set<ServerForumChannel>DiscordApi. getServerForumChannels()Gets all server forum channels of the bot.default java.util.Set<ServerForumChannel>DiscordApi. getServerForumChannelsByName(java.lang.String name)Gets all server forum channels with the given name.default java.util.Set<ServerForumChannel>DiscordApi. getServerForumChannelsByNameIgnoreCase(java.lang.String name)Gets all server forum channels with the given name. -
Uses of ServerForumChannel in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type ServerForumChannel Modifier and Type Method Description default java.util.Optional<ServerForumChannel>Channel. asServerForumChannel()Gets the channel as server forum channel.java.util.concurrent.CompletableFuture<ServerForumChannel>ServerForumChannelBuilder. create()Creates the server forum channel.Constructors in org.javacord.api.entity.channel with parameters of type ServerForumChannel Constructor Description ServerForumChannelUpdater(ServerForumChannel channel)Creates a new server forum channel updater. -
Uses of ServerForumChannel in org.javacord.api.entity.channel.internal
Methods in org.javacord.api.entity.channel.internal that return types with arguments of type ServerForumChannel Modifier and Type Method Description java.util.concurrent.CompletableFuture<ServerForumChannel>ServerForumChannelBuilderDelegate. create()Creates the server forum channel. -
Uses of ServerForumChannel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type ServerForumChannel Modifier and Type Method Description default java.util.Optional<ServerForumChannel>Server. getForumChannelById(long id)Gets a forum channel by its id.default java.util.Optional<ServerForumChannel>Server. getForumChannelById(java.lang.String id)Gets a forum channel by its id.java.util.List<ServerForumChannel>Server. getForumChannels()Gets a sorted list (by position) with all forum channels of the server.default java.util.List<ServerForumChannel>Server. getForumChannelsByName(java.lang.String name)Gets a sorted list (by position) with all text channels with the given name.default java.util.List<ServerForumChannel>Server. getForumChannelsByNameIgnoreCase(java.lang.String name)Gets a sorted list (by position) with all forum channels with the given name. -
Uses of ServerForumChannel in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type ServerForumChannel Modifier and Type Method Description static ServerForumChannelUpdaterDelegateDelegateFactory. createServerForumChannelUpdaterDelegate(ServerForumChannel channel)Creates a new server forum channel updater delegate.ServerForumChannelUpdaterDelegateDelegateFactoryDelegate. createServerForumChannelUpdaterDelegate(ServerForumChannel channel)Creates a new server forum channel updater delegate.
-