Package com.github.twitch4j.helix.domain
Klasse AutoModSettings.AutoModSettingsBuilder
java.lang.Object
com.github.twitch4j.helix.domain.AutoModSettings.AutoModSettingsBuilder
- Umschließende Klasse:
AutoModSettings
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaggression(Integer aggression) The Automod level for hostility involving aggression.broadcasterId(String broadcasterId) The broadcaster’s ID.build()The Automod level for hostility involving name calling or insults.disability(Integer disability) The Automod level for discrimination against disability.The Automod level for discrimination against women.moderatorId(String moderatorId) The moderator’s ID.overallLevel(@Nullable Integer overallLevel) The default AutoMod level for the broadcaster.raceEthnicityOrReligion(Integer raceEthnicityOrReligion) The Automod level for racial discrimination.sexBasedTerms(Integer sexBasedTerms) The Automod level for sexual content.sexualitySexOrGender(Integer sexualitySexOrGender) The AutoMod level for discrimination based on sexuality, sex, or gender.The Automod level for profanity.toString()
-
Methodendetails
-
broadcasterId
The broadcaster’s ID.- Gibt zurück:
this.
-
moderatorId
The moderator’s ID.- Gibt zurück:
this.
-
overallLevel
public AutoModSettings.AutoModSettingsBuilder overallLevel(@Nullable @Nullable Integer overallLevel) The default AutoMod level for the broadcaster. This field is null if the broadcaster has set one or more of the individual settings.- Gibt zurück:
this.
-
aggression
The Automod level for hostility involving aggression.- Gibt zurück:
this.
-
bullying
The Automod level for hostility involving name calling or insults.- Gibt zurück:
this.
-
disability
The Automod level for discrimination against disability.- Gibt zurück:
this.
-
misogyny
The Automod level for discrimination against women.- Gibt zurück:
this.
-
raceEthnicityOrReligion
public AutoModSettings.AutoModSettingsBuilder raceEthnicityOrReligion(Integer raceEthnicityOrReligion) The Automod level for racial discrimination.- Gibt zurück:
this.
-
sexBasedTerms
The Automod level for sexual content.- Gibt zurück:
this.
-
sexualitySexOrGender
The AutoMod level for discrimination based on sexuality, sex, or gender.- Gibt zurück:
this.
-
swearing
The Automod level for profanity.- Gibt zurück:
this.
-
build
-
toString
-