Klasse ShieldModeEndType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ShieldModeEndType
- Alle implementierten Schnittstellen:
SubscriptionType<ShieldModeCondition,ShieldModeCondition.ShieldModeConditionBuilder<?, ?>, ShieldModeEndEvent>
public class ShieldModeEndType
extends Object
implements SubscriptionType<ShieldModeCondition,ShieldModeCondition.ShieldModeConditionBuilder<?,?>,ShieldModeEndEvent>
Sends a notification when the broadcaster deactivates Shield Mode.
This event informs the subscriber that the broadcaster’s moderation settings were changed based on the broadcaster’s Shield Mode configuration settings.
Requires the moderator:read:shield_mode or moderator:manage:shield_mode 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
-
ShieldModeEndType
public ShieldModeEndType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ShieldModeCondition,ShieldModeCondition.ShieldModeConditionBuilder<?, ?>, ShieldModeEndEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ShieldModeCondition,ShieldModeCondition.ShieldModeConditionBuilder<?, ?>, ShieldModeEndEvent> - 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<ShieldModeCondition,ShieldModeCondition.ShieldModeConditionBuilder<?, ?>, ShieldModeEndEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ShieldModeCondition,ShieldModeCondition.ShieldModeConditionBuilder<?, ?>, ShieldModeEndEvent> - Gibt zurück:
- the associated event class for this subscription type.
-