Enum ChannelField
- All Implemented Interfaces:
Serializable
,Comparable<ChannelField>
Most of these changes are tracked and reflected by
Audit Log Entries
.
Values of this enum without an
AuditLogKey
are not tracked by the Audit Log.- See Also:
-
Enum Constant Summary
Enum ConstantDescriptionThe tags applied to a forum post thread.The archive state of this channel.The time this channel's archival information was last updated.The auto archive duration of this channel.The applied tags of aForumChannel
.The bitrate (in bits per second) of the audio in this channel.The default layout of a forum channel.The default reaction emoji used in aForumChannel
.The default sort order of a forum channel.The default slowmode applied to threads in aThreadContainer
.The flags of the channel.The invite state of this channel.The locked state of this channel.The name of the channel.The NSFW state of the channel.Theparent
of the channel.The position of this channel relative to other channels in the guild.The region of the channel.The state of slow mode in the channel.The topic of the channel.Thetype
of the channel.The maximum user count of this channel.The status of the channel. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static ChannelField
Returns the enum constant of this type with the specified name.static ChannelField[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TYPE
Thetype
of the channel.- See Also:
-
NAME
The name of the channel.- See Also:
-
FLAGS
The flags of the channel.- See Also:
-
PARENT
Theparent
of the channel.Limited to
Categorizable Channels
(and implementations). -
POSITION
The position of this channel relative to other channels in the guild.- See Also:
-
DEFAULT_THREAD_SLOWMODE
The default slowmode applied to threads in aThreadContainer
. -
DEFAULT_REACTION_EMOJI
The default reaction emoji used in aForumChannel
.- See Also:
-
TOPIC
The topic of the channel.Limited to
NewsChannels
,TextChannels
, andForumChannels
. -
NSFW
The NSFW state of the channel.Limited to
IAgeRestrictedChannels
(and implementations).- See Also:
-
SLOWMODE
The state of slow mode in the channel.
This defines the minimum time between message sends.Limited to
ISlowmodeChannels
(and implementations).- See Also:
-
AVAILABLE_TAGS
The applied tags of aForumChannel
.- See Also:
-
BITRATE
The bitrate (in bits per second) of the audio in this channel.For standard channels this is between 8000 and 96000.
VIP servers extend this limit to 128000.
The bitrates of boost tiers may be found inthe boost tiers
.Limited to
Audio Channels
.- See Also:
-
REGION
The region of the channel.Limited to
Audio Channels
.- See Also:
-
USER_LIMIT
The maximum user count of this channel.Limited to
Voice Channels
.- See Also:
-
VOICE_STATUS
The status of the channel.Limited to
Voice Channels
.- See Also:
-
AUTO_ARCHIVE_DURATION
The auto archive duration of this channel.If the thread is inactive for this long, it becomes auto-archived.
Limited to
Thread Channels
. -
ARCHIVED
The archive state of this channel.If the channel is archived, this is true.
Limited to
Thread Channels
.- See Also:
-
ARCHIVED_TIMESTAMP
The time this channel's archival information was last updated.This timestamp will be updated when any of the following happens:
- The channel is archived
- The channel is unarchived
- The AUTO_ARCHIVE_DURATION is changed.
Thread Channels
. -
LOCKED
The locked state of this channel.If the channel is locked, this is true.
Limited to
Thread Channels
.- See Also:
-
INVITABLE
The invite state of this channel.If the channel is invitable, this is true.
Limited to
Thread Channels
.- See Also:
-
APPLIED_TAGS
The tags applied to a forum post thread.Limited to
ThreadChannels
insideForumChannels
- See Also:
-
DEFAULT_FORUM_LAYOUT
The default layout of a forum channel.Limited to
Forum Channels
.- See Also:
-
DEFAULT_SORT_ORDER
The default sort order of a forum channel.Limited to
Forum Channels
andMedia Channels
.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getFieldName
-
getAuditLogKey
-
toString
- Overrides:
toString
in classEnum<ChannelField>
-