Uses of Interface
org.javacord.api.entity.channel.ChannelCategory
-
Packages that use ChannelCategory Package Description org.javacord.api org.javacord.api.entity.channel org.javacord.api.entity.channel.internal org.javacord.api.entity.server org.javacord.api.event.channel.server -
-
Uses of ChannelCategory in org.javacord.api
Methods in org.javacord.api that return types with arguments of type ChannelCategory Modifier and Type Method Description java.util.Set<ChannelCategory>DiscordApi. getChannelCategories()Gets all channel categories of the bot.default java.util.Set<ChannelCategory>DiscordApi. getChannelCategoriesByName(java.lang.String name)Gets all channel categories with the given name.default java.util.Set<ChannelCategory>DiscordApi. getChannelCategoriesByNameIgnoreCase(java.lang.String name)Gets all channel categories with the given name.default java.util.Optional<ChannelCategory>DiscordApi. getChannelCategoryById(long id)Gets a channel category by its id.default java.util.Optional<ChannelCategory>DiscordApi. getChannelCategoryById(java.lang.String id)Gets a channel category by its id. -
Uses of ChannelCategory in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type ChannelCategory Modifier and Type Method Description default java.util.Optional<ChannelCategory>Channel. asChannelCategory()Gets the channel as channel category.java.util.concurrent.CompletableFuture<ChannelCategory>ChannelCategoryBuilder. create()Creates the channel category.java.util.Optional<ChannelCategory>Categorizable. getCategory()Gets the category of the channel.default java.util.Optional<ChannelCategory>ChannelCategory. getCurrentCachedInstance()default java.util.concurrent.CompletableFuture<ChannelCategory>ChannelCategory. getLatestInstance()Methods in org.javacord.api.entity.channel with parameters of type ChannelCategory Modifier and Type Method Description ServerForumChannelBuilderServerForumChannelBuilder. setCategory(ChannelCategory category)Sets the category of the channel.ServerForumChannelUpdaterServerForumChannelUpdater. setCategory(ChannelCategory category)Queues the category to be updated.ServerTextChannelBuilderServerTextChannelBuilder. setCategory(ChannelCategory category)Sets the category of the channel.ServerTextChannelUpdaterServerTextChannelUpdater. setCategory(ChannelCategory category)Queues the category to be updated.ServerVoiceChannelBuilderServerVoiceChannelBuilder. setCategory(ChannelCategory category)Sets the category of the channel.ServerVoiceChannelUpdaterServerVoiceChannelUpdater. setCategory(ChannelCategory category)Queues the category to be updated.java.util.concurrent.CompletableFuture<java.lang.Void>Categorizable. updateCategory(ChannelCategory category)Updates the category of the channel.default java.util.concurrent.CompletableFuture<java.lang.Void>ServerForumChannel. updateCategory(ChannelCategory category)Updates the category of the channel.default java.util.concurrent.CompletableFuture<java.lang.Void>ServerTextChannel. updateCategory(ChannelCategory category)Updates the category of the channel.default java.util.concurrent.CompletableFuture<java.lang.Void>ServerVoiceChannel. updateCategory(ChannelCategory category)Updates the category of the channel. -
Uses of ChannelCategory in org.javacord.api.entity.channel.internal
Methods in org.javacord.api.entity.channel.internal that return types with arguments of type ChannelCategory Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChannelCategory>ChannelCategoryBuilderDelegate. create()Creates the channel category.Methods in org.javacord.api.entity.channel.internal with parameters of type ChannelCategory Modifier and Type Method Description voidServerForumChannelBuilderDelegate. setCategory(ChannelCategory category)Sets the category of the channel.voidServerForumChannelUpdaterDelegate. setCategory(ChannelCategory category)Queues the category to be updated.voidServerTextChannelBuilderDelegate. setCategory(ChannelCategory category)Sets the category of the channel.voidServerTextChannelUpdaterDelegate. setCategory(ChannelCategory category)Queues the category to be updated.voidServerVoiceChannelBuilderDelegate. setCategory(ChannelCategory category)Sets the category of the channel.voidServerVoiceChannelUpdaterDelegate. setCategory(ChannelCategory category)Queues the category to be updated. -
Uses of ChannelCategory in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type ChannelCategory Modifier and Type Method Description java.util.List<ChannelCategory>Server. getChannelCategories()Gets a sorted list (by position) with all channel categories of the server.default java.util.List<ChannelCategory>Server. getChannelCategoriesByName(java.lang.String name)Gets a sorted list (by position) with all channel categories with the given name.default java.util.List<ChannelCategory>Server. getChannelCategoriesByNameIgnoreCase(java.lang.String name)Gets a sorted list (by position) with all channel categories with the given name.default java.util.Optional<ChannelCategory>Server. getChannelCategoryById(long id)Gets a channel category by its id.default java.util.Optional<ChannelCategory>Server. getChannelCategoryById(java.lang.String id)Gets a channel category by its id. -
Uses of ChannelCategory in org.javacord.api.event.channel.server
Methods in org.javacord.api.event.channel.server that return types with arguments of type ChannelCategory Modifier and Type Method Description java.util.Optional<ChannelCategory>ServerChannelChangePositionEvent. getNewCategory()Gets the new category of the channel.java.util.Optional<ChannelCategory>ServerChannelChangePositionEvent. getOldCategory()Gets the old category of the channel.
-