Klasse AutomodTermsUpdateType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.AutomodTermsUpdateType
- Alle implementierten Schnittstellen:
SubscriptionType<ModeratorEventSubCondition,ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?, ?>, ChannelTermsUpdateEvent>
public class AutomodTermsUpdateType
extends Object
implements SubscriptionType<ModeratorEventSubCondition,ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?,?>,ChannelTermsUpdateEvent>
Fires when a broadcaster’s AutoMod terms are updated.
Changes to private terms are not sent.
Requires authorization from a moderator of the channel with the moderator:manage:automod scope.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe parameters inside these objects differ by subscription type and may differ by version.getName()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden com.github.twitch4j.eventsub.subscriptions.SubscriptionType
getConditionClass, isBatchingEnabled, prepareSubscription
-
Konstruktordetails
-
AutomodTermsUpdateType
public AutomodTermsUpdateType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ModeratorEventSubCondition,ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?, ?>, ChannelTermsUpdateEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ModeratorEventSubCondition,ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?, ?>, ChannelTermsUpdateEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ModeratorEventSubCondition,ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?, ?>, ChannelTermsUpdateEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ModeratorEventSubCondition,ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?, ?>, ChannelTermsUpdateEvent> - Gibt zurück:
- the associated event class for this subscription type.
-