Uses of Interface
org.javacord.api.entity.channel.ServerThreadChannel
-
-
Uses of ServerThreadChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type ServerThreadChannel Modifier and Type Method Description java.util.Set<ServerThreadChannel>DiscordApi. getPrivateServerThreadChannels()Gets all the private threads of the bot.java.util.Set<ServerThreadChannel>DiscordApi. getPublicServerThreadChannels()Gets all the public threads of the bot.default java.util.Optional<ServerThreadChannel>DiscordApi. getServerThreadChannelById(long id)Gets a server thread channel by its id.default java.util.Optional<ServerThreadChannel>DiscordApi. getServerThreadChannelById(java.lang.String id)Gets a server thread channel by its id.java.util.Set<ServerThreadChannel>DiscordApi. getServerThreadChannels()Gets all the server thread channels of the bot.default java.util.Set<ServerThreadChannel>DiscordApi. getServerThreadChannelsByName(java.lang.String name)Gets all server thread channels with the given name.default java.util.Set<ServerThreadChannel>DiscordApi. getServerThreadChannelsByNameIgnoreCase(java.lang.String name)Gets all server thread channels with the given name. -
Uses of ServerThreadChannel in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type ServerThreadChannel Modifier and Type Method Description default java.util.Optional<ServerThreadChannel>Channel. asServerThreadChannel()Gets the channel as server thread channel.java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerThreadChannelBuilder. create()Creates the server thread channel.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThread(ChannelType channelType, java.lang.String name, java.lang.Integer autoArchiveDuration)Creates a thread which is not related to a message.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThread(ChannelType channelType, java.lang.String name, java.lang.Integer autoArchiveDuration, java.lang.Boolean inviteable)Creates a thread which is not related to a message.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThread(ChannelType channelType, java.lang.String name, AutoArchiveDuration autoArchiveDuration)Creates a thread which is not related to a message.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThread(ChannelType channelType, java.lang.String name, AutoArchiveDuration autoArchiveDuration, java.lang.Boolean inviteable)Creates a thread which is not related to a message.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThreadForMessage(Message message, java.lang.String name, java.lang.Integer autoArchiveDuration)Creates a thread for a message in this ServerTextChannel.default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerTextChannel. createThreadForMessage(Message message, java.lang.String name, AutoArchiveDuration autoArchiveDuration)Creates a thread for a message in this ServerTextChannel.default java.util.Optional<ServerThreadChannel>ServerThreadChannel. getCurrentCachedInstance()default java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerThreadChannel. getLatestInstance()Constructors in org.javacord.api.entity.channel with parameters of type ServerThreadChannel Constructor Description ServerThreadChannelUpdater(ServerThreadChannel thread)Creates a new server thread channel updater. -
Uses of ServerThreadChannel in org.javacord.api.entity.channel.internal
Methods in org.javacord.api.entity.channel.internal that return types with arguments of type ServerThreadChannel Modifier and Type Method Description java.util.concurrent.CompletableFuture<ServerThreadChannel>ServerThreadChannelBuilderDelegate. create()Creates the server thread channel. -
Uses of ServerThreadChannel in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type ServerThreadChannel Modifier and Type Method Description default java.util.concurrent.CompletableFuture<ServerThreadChannel>Message. createThread(java.lang.String name, java.lang.Integer autoArchiveDuration)Creates a thread for this message.default java.util.concurrent.CompletableFuture<ServerThreadChannel>Message. createThread(java.lang.String name, AutoArchiveDuration autoArchiveDuration)Creates a thread for this message.default java.util.Optional<ServerThreadChannel>Message. getServerThreadChannel()Gets the server thread channel of the message. -
Uses of ServerThreadChannel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type ServerThreadChannel Modifier and Type Method Description java.util.List<ServerThreadChannel>ActiveThreads. getServerThreadChannels()Gets the active threads.java.util.List<ServerThreadChannel>ArchivedThreads. getServerThreadChannels()Gets the active threads.default java.util.Optional<ServerThreadChannel>Server. getThreadChannelById(long id)Gets a channel thread by its id.default java.util.Optional<ServerThreadChannel>Server. getThreadChannelById(java.lang.String id)Gets a channel thread by its id.java.util.List<ServerThreadChannel>Server. getThreadChannels()Gets a sorted list (by archive timestamp from old to new) with all thread channels of the server.Methods in org.javacord.api.entity.server with parameters of type ServerThreadChannel Modifier and Type Method Description default java.util.concurrent.CompletableFuture<java.lang.Void>Server. joinServerThreadChannel(ServerThreadChannel serverThreadChannel)Joins this ServerThreadChannel.default java.util.concurrent.CompletableFuture<java.lang.Void>Server. leaveServerThreadChannel(ServerThreadChannel serverThreadChannel)Leaves this ServerThreadChannel. -
Uses of ServerThreadChannel in org.javacord.api.event.channel
Methods in org.javacord.api.event.channel that return types with arguments of type ServerThreadChannel Modifier and Type Method Description default java.util.Optional<ServerThreadChannel>TextChannelEvent. getServerThreadChannel()Gets the channel of the event as a server thread channel. -
Uses of ServerThreadChannel in org.javacord.api.event.channel.server.thread
Methods in org.javacord.api.event.channel.server.thread that return ServerThreadChannel Modifier and Type Method Description ServerThreadChannelServerThreadChannelEvent. getChannel() -
Uses of ServerThreadChannel in org.javacord.api.event.channel.thread
Methods in org.javacord.api.event.channel.thread that return ServerThreadChannel Modifier and Type Method Description ServerThreadChannelThreadMembersUpdateEvent. getThread()The id of the thread.Methods in org.javacord.api.event.channel.thread that return types with arguments of type ServerThreadChannel Modifier and Type Method Description java.util.List<ServerThreadChannel>ThreadListSyncEvent. getServerThreadChannels()All active threads in the given channels that the current user can access. -
Uses of ServerThreadChannel in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type ServerThreadChannel Modifier and Type Method Description static ServerThreadChannelUpdaterDelegateDelegateFactory. createServerThreadChannelUpdaterDelegate(ServerThreadChannel thread)Creates a new server thread channel updater delegate.ServerThreadChannelUpdaterDelegateDelegateFactoryDelegate. createServerThreadChannelUpdaterDelegate(ServerThreadChannel thread)Creates a new server thread channel updater delegate.
-