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

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

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

import com.fasterxml.jackson.annotation.JsonAlias;

public enum SuspiciousStatus {
    @JsonAlias("none") // what docs falsely claim
    NO_TREATMENT,
    ACTIVE_MONITORING,
    RESTRICTED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy