Class ChannelManagerImpl<T extends GuildChannel,M extends ChannelManager<T,M>>

All Implemented Interfaces:
ChannelManager<T,M>, Manager<M>, RestAction<Void>, AuditableRestAction<Void>
Direct Known Subclasses:
CategoryManagerImpl, ForumChannelManagerImpl, MediaChannelManagerImpl, NewsChannelManagerImpl, StageChannelManagerImpl, TextChannelManagerImpl, ThreadChannelManagerImpl, VoiceChannelManagerImpl

public class ChannelManagerImpl<T extends GuildChannel,M extends ChannelManager<T,M>> extends ManagerBase<M> implements ChannelManager<T,M>