All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.twitch4j.eventsub.domain.AutomodCategory Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.eventsub.domain;

import com.fasterxml.jackson.annotation.JsonEnumDefaultValue;
import com.github.twitch4j.common.annotation.Unofficial;

@Unofficial
public enum AutomodCategory {
    AGGRESSIVE,
    BULLYING,
    DISABILITY,
    SEXUALITY,
    MISOGYNY,
    RACISM,
    SEXUAL,
    PROFANITY,
    @JsonEnumDefaultValue
    UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy