Klasse ChannelSubscriptionMessageType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelSubscriptionMessageType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelSubscriptionMessageCondition,ChannelSubscriptionMessageCondition.ChannelSubscriptionMessageConditionBuilder<?, ?>, ChannelSubscriptionMessageEvent>
public class ChannelSubscriptionMessageType
extends Object
implements SubscriptionType<ChannelSubscriptionMessageCondition,ChannelSubscriptionMessageCondition.ChannelSubscriptionMessageConditionBuilder<?,?>,ChannelSubscriptionMessageEvent>
The channel.subscription.message subscription type sends a notification when a user sends a re-subscription chat message in a specific channel.
Must have channel:read:subscriptions 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
-
ChannelSubscriptionMessageType
public ChannelSubscriptionMessageType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelSubscriptionMessageCondition,ChannelSubscriptionMessageCondition.ChannelSubscriptionMessageConditionBuilder<?, ?>, ChannelSubscriptionMessageEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelSubscriptionMessageCondition,ChannelSubscriptionMessageCondition.ChannelSubscriptionMessageConditionBuilder<?, ?>, ChannelSubscriptionMessageEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
public ChannelSubscriptionMessageCondition.ChannelSubscriptionMessageConditionBuilder<?,?> getConditionBuilder()Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ChannelSubscriptionMessageCondition,ChannelSubscriptionMessageCondition.ChannelSubscriptionMessageConditionBuilder<?, ?>, ChannelSubscriptionMessageEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelSubscriptionMessageCondition,ChannelSubscriptionMessageCondition.ChannelSubscriptionMessageConditionBuilder<?, ?>, ChannelSubscriptionMessageEvent> - Gibt zurück:
- the associated event class for this subscription type.
-