Klasse ChannelSubscriptionEndType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelSubscriptionEndType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelUnsubscribeCondition,ChannelUnsubscribeCondition.ChannelUnsubscribeConditionBuilder<?, ?>, ChannelUnsubscribeEvent>
public class ChannelSubscriptionEndType
extends Object
implements SubscriptionType<ChannelUnsubscribeCondition,ChannelUnsubscribeCondition.ChannelUnsubscribeConditionBuilder<?,?>,ChannelUnsubscribeEvent>
The channel.subscription.end subscription type sends a notification when a subscription to the specified channel expires.
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
-
ChannelSubscriptionEndType
public ChannelSubscriptionEndType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelUnsubscribeCondition,ChannelUnsubscribeCondition.ChannelUnsubscribeConditionBuilder<?, ?>, ChannelUnsubscribeEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelUnsubscribeCondition,ChannelUnsubscribeCondition.ChannelUnsubscribeConditionBuilder<?, ?>, ChannelUnsubscribeEvent> - 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<ChannelUnsubscribeCondition,ChannelUnsubscribeCondition.ChannelUnsubscribeConditionBuilder<?, ?>, ChannelUnsubscribeEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelUnsubscribeCondition,ChannelUnsubscribeCondition.ChannelUnsubscribeConditionBuilder<?, ?>, ChannelUnsubscribeEvent> - Gibt zurück:
- the associated event class for this subscription type.
-