Interface ChannelCategoryBuilderDelegate
-
- All Superinterfaces:
ServerChannelBuilderDelegate
public interface ChannelCategoryBuilderDelegate extends ServerChannelBuilderDelegate
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 CompletableFuture<ChannelCategory>create()Creates the channel category.-
Methods inherited from interface org.javacord.api.entity.channel.internal.ServerChannelBuilderDelegate
addPermissionOverwrite, removePermissionOverwrite, setAuditLogReason, setName
-
-
-
-
Method Detail
-
create
CompletableFuture<ChannelCategory> create()
Creates the channel category.- Returns:
- The created channel category.
-
-