Interface ChannelCategoryBuilderDelegate
-
- All Superinterfaces:
RegularServerChannelBuilderDelegate,ServerChannelBuilderDelegate
public interface ChannelCategoryBuilderDelegate extends RegularServerChannelBuilderDelegate
This class is internally used by theChannelCategoryBuilderto create channel categories. You usually don't want to interact with this object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChannelCategory>create()Creates the channel category.-
Methods inherited from interface org.javacord.api.entity.channel.internal.RegularServerChannelBuilderDelegate
addPermissionOverwrite, removePermissionOverwrite, setRawPosition
-
Methods inherited from interface org.javacord.api.entity.channel.internal.ServerChannelBuilderDelegate
setAuditLogReason, setName
-
-
-
-
Method Detail
-
create
java.util.concurrent.CompletableFuture<ChannelCategory> create()
Creates the channel category.- Returns:
- The created channel category.
-
-