Interface IPermissionContainerMixin<T extends IPermissionContainerMixin<T>>

All Superinterfaces:
Channel, ChannelMixin<T>, ChannelUnion, Comparable<GuildChannel>, Formattable, GuildChannel, GuildChannelMixin<T>, GuildChannelUnion, IDetachableEntity, IDetachableEntityMixin, IMentionable, IPermissionContainer, IPermissionContainerUnion, ISnowflake
All Known Subinterfaces:
AudioChannelMixin<T>, CategoryMixin<T>, ForumChannelMixin<T>, ICategorizableChannelMixin<T>, MediaChannelMixin<T>, NewsChannelMixin<T>, StageChannelMixin<T>, StandardGuildChannelMixin<T>, StandardGuildMessageChannelMixin<T>, TextChannelMixin<T>, VoiceChannelMixin<T>
All Known Implementing Classes:
AbstractStandardGuildChannelImpl, AbstractStandardGuildMessageChannelImpl, CategoryImpl, DetachedCategoryImpl, DetachedForumChannelImpl, DetachedMediaChannelImpl, DetachedNewsChannelImpl, DetachedStageChannelImpl, DetachedTextChannelImpl, DetachedVoiceChannelImpl, ForumChannelImpl, MediaChannelImpl, NewsChannelImpl, StageChannelImpl, TextChannelImpl, VoiceChannelImpl

public interface IPermissionContainerMixin<T extends IPermissionContainerMixin<T>> extends IPermissionContainer, IPermissionContainerUnion, GuildChannelMixin<T>