Interface StandardGuildChannelMixin<T extends StandardGuildChannelMixin<T>>

All Superinterfaces:
Channel, ChannelMixin<T>, ChannelUnion, Comparable<GuildChannel>, Formattable, GuildChannel, GuildChannelMixin<T>, GuildChannelUnion, ICategorizableChannel, ICategorizableChannelMixin<T>, ICopyableChannel, IDetachableEntity, IDetachableEntityMixin, IInviteContainer, IInviteContainerMixin<T>, IMemberContainer, IMentionable, IPermissionContainer, IPermissionContainerMixin<T>, IPermissionContainerUnion, IPositionableChannel, IPositionableChannelMixin<T>, ISnowflake, StandardGuildChannel
All Known Subinterfaces:
AudioChannelMixin<T>, ForumChannelMixin<T>, MediaChannelMixin<T>, NewsChannelMixin<T>, StageChannelMixin<T>, StandardGuildMessageChannelMixin<T>, TextChannelMixin<T>, VoiceChannelMixin<T>
All Known Implementing Classes:
AbstractStandardGuildChannelImpl, AbstractStandardGuildMessageChannelImpl, DetachedForumChannelImpl, DetachedMediaChannelImpl, DetachedNewsChannelImpl, DetachedStageChannelImpl, DetachedTextChannelImpl, DetachedVoiceChannelImpl, ForumChannelImpl, MediaChannelImpl, NewsChannelImpl, StageChannelImpl, TextChannelImpl, VoiceChannelImpl

public interface StandardGuildChannelMixin<T extends StandardGuildChannelMixin<T>> extends StandardGuildChannel, ICategorizableChannelMixin<T>, IPositionableChannelMixin<T>, IPermissionContainerMixin<T>, IInviteContainerMixin<T>