Package com.github.twitch4j.helix.domain
Klasse AutoModSettings
java.lang.Object
com.github.twitch4j.helix.domain.AutoModSettings
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanThe Automod level for hostility involving aggression.The broadcaster’s ID.The Automod level for hostility involving name calling or insults.The Automod level for discrimination against disability.The Automod level for discrimination against women.The moderator’s ID.The default AutoMod level for the broadcaster.The Automod level for racial discrimination.The Automod level for sexual content.The AutoMod level for discrimination based on sexuality, sex, or gender.The Automod level for profanity.inthashCode()booleantoString()withAggression(Integer aggression) The Automod level for hostility involving aggression.withBroadcasterId(String broadcasterId) The broadcaster’s ID.withBullying(Integer bullying) The Automod level for hostility involving name calling or insults.withDisability(Integer disability) The Automod level for discrimination against disability.withMisogyny(Integer misogyny) The Automod level for discrimination against women.withModeratorId(String moderatorId) The moderator’s ID.withOverallLevel(@Nullable Integer overallLevel) The default AutoMod level for the broadcaster.withRaceEthnicityOrReligion(Integer raceEthnicityOrReligion) The Automod level for racial discrimination.withSexBasedTerms(Integer sexBasedTerms) The Automod level for sexual content.withSexualitySexOrGender(Integer sexualitySexOrGender) The AutoMod level for discrimination based on sexuality, sex, or gender.withSwearing(Integer swearing) The Automod level for profanity.
-
Konstruktordetails
-
AutoModSettings
public AutoModSettings() -
AutoModSettings
-
-
Methodendetails
-
isValidConfiguration
public boolean isValidConfiguration()- Gibt zurück:
- whether the settings are valid to be passed to
TwitchHelix.updateChatSettings(String, String, String, ChatSettings)
-
builder
-
toBuilder
-
withBroadcasterId
The broadcaster’s ID.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withModeratorId
The moderator’s ID.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withOverallLevel
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:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withAggression
The Automod level for hostility involving aggression.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withBullying
The Automod level for hostility involving name calling or insults.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDisability
The Automod level for discrimination against disability.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withMisogyny
The Automod level for discrimination against women.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withRaceEthnicityOrReligion
The Automod level for racial discrimination.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withSexBasedTerms
The Automod level for sexual content.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withSexualitySexOrGender
The AutoMod level for discrimination based on sexuality, sex, or gender.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withSwearing
The Automod level for profanity.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
getBroadcasterId
The broadcaster’s ID. -
getModeratorId
The moderator’s ID. -
getOverallLevel
The default AutoMod level for the broadcaster. This field is null if the broadcaster has set one or more of the individual settings. -
getAggression
The Automod level for hostility involving aggression. -
getBullying
The Automod level for hostility involving name calling or insults. -
getDisability
The Automod level for discrimination against disability. -
getMisogyny
The Automod level for discrimination against women. -
getRaceEthnicityOrReligion
The Automod level for racial discrimination. -
getSexBasedTerms
The Automod level for sexual content. -
getSexualitySexOrGender
The AutoMod level for discrimination based on sexuality, sex, or gender. -
getSwearing
The Automod level for profanity. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-