Klasse ChannelModeratorAddType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelModeratorAddType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelModeratorAddCondition,ChannelModeratorAddCondition.ChannelModeratorAddConditionBuilder<?, ?>, ChannelModeratorAddEvent>
public class ChannelModeratorAddType
extends Object
implements SubscriptionType<ChannelModeratorAddCondition,ChannelModeratorAddCondition.ChannelModeratorAddConditionBuilder<?,?>,ChannelModeratorAddEvent>
The channel.moderator.add subscription type sends a notification when a user is given moderator privileges on a specified channel.
Must have moderation:read scope.
-
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
-
ChannelModeratorAddType
public ChannelModeratorAddType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelModeratorAddCondition,ChannelModeratorAddCondition.ChannelModeratorAddConditionBuilder<?, ?>, ChannelModeratorAddEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelModeratorAddCondition,ChannelModeratorAddCondition.ChannelModeratorAddConditionBuilder<?, ?>, ChannelModeratorAddEvent> - 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<ChannelModeratorAddCondition,ChannelModeratorAddCondition.ChannelModeratorAddConditionBuilder<?, ?>, ChannelModeratorAddEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelModeratorAddCondition,ChannelModeratorAddCondition.ChannelModeratorAddConditionBuilder<?, ?>, ChannelModeratorAddEvent> - Gibt zurück:
- the associated event class for this subscription type.
-