Package com.github.twitch4j.chat.flag
Enum Class FlagType
- All Implemented Interfaces:
Serializable
,Comparable<FlagType>
,Constable
The AutoMod moderation categories.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAggressive language - Hostility towards other people, often associated with bullying.Identity language - Words referring to race, religion, gender, orientation, disability, or similar.Profanity - Expletives, curse words, and vulgarity.Sexually explicit language - Words or phrases referring to sexual acts, sexual content, and body parts. -
Method Summary
-
Enum Constant Details
-
IDENTITY
Identity language - Words referring to race, religion, gender, orientation, disability, or similar. Hate speech falls under this category. -
SEXUAL
Sexually explicit language - Words or phrases referring to sexual acts, sexual content, and body parts. -
AGGRESSIVE
Aggressive language - Hostility towards other people, often associated with bullying. -
PROFANITY
Profanity - Expletives, curse words, and vulgarity. This filter especially helps those who wish to keep their community family-friendly.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
parse
-