Enum Class AutomodContentClassification.Category
java.lang.Object
java.lang.Enum<AutomodContentClassification.Category>
com.github.twitch4j.pubsub.domain.AutomodContentClassification.Category
- All Implemented Interfaces:
Serializable
,Comparable<AutomodContentClassification.Category>
,Constable
- Enclosing class:
- AutomodContentClassification
@Unofficial
public static enum AutomodContentClassification.Category
extends Enum<AutomodContentClassification.Category>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThreatening, inciting, or promoting violence or other harm.Name-calling, insults, or antagonization.Demonstrating hatred or prejudice based on perceived or actual mental or physical abilities.Identity details (old category).Demonstrating hatred or prejudice against women, including sexual objectification.Swear words, &*^!#@%*.Demonstrating hatred or prejudice based on race, ethnicity, or religion.Sexual acts, anatomy.Demonstrating hatred or prejudice based on sexual identity, sexual orientation, gender identity, or gender expression.Unable to parse the AutoMod category into a known type; please report on our Discord or GitHub page. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGGRESSIVE
Threatening, inciting, or promoting violence or other harm. -
BULLYING
Name-calling, insults, or antagonization. -
DISABILITY
Demonstrating hatred or prejudice based on perceived or actual mental or physical abilities. -
SEXUALITY_SEX_OR_GENDER
Demonstrating hatred or prejudice based on sexual identity, sexual orientation, gender identity, or gender expression. -
MISOGYNY
Demonstrating hatred or prejudice against women, including sexual objectification. -
RACE_ETHNICITY_OR_RELIGION
Demonstrating hatred or prejudice based on race, ethnicity, or religion. -
IDENTITY
Identity details (old category). -
SEXUAL
Sexual acts, anatomy. -
PROFANITY
Swear words, &*^!#@%*. -
UNKNOWN
Unable to parse the AutoMod category into a known type; please report on our Discord or GitHub page.
-
-
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
-