Klasse ChannelFollowType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelFollowType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelFollowCondition,ChannelFollowCondition.ChannelFollowConditionBuilder<?, ?>, ChannelFollowEvent>
@Deprecated
public class ChannelFollowType
extends Object
implements SubscriptionType<ChannelFollowCondition,ChannelFollowCondition.ChannelFollowConditionBuilder<?,?>,ChannelFollowEvent>
Veraltet.
A specified channel receives a follow.
No authorization required.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.The parameters inside these objects differ by subscription type and may differ by version.Veraltet.getName()Veraltet.Veraltet.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
-
ChannelFollowType
public ChannelFollowType()Veraltet.
-
-
Methodendetails
-
getName
Veraltet.- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelFollowCondition,ChannelFollowCondition.ChannelFollowConditionBuilder<?, ?>, ChannelFollowEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
Veraltet.- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelFollowCondition,ChannelFollowCondition.ChannelFollowConditionBuilder<?, ?>, ChannelFollowEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
Veraltet.Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ChannelFollowCondition,ChannelFollowCondition.ChannelFollowConditionBuilder<?, ?>, ChannelFollowEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
Veraltet.- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelFollowCondition,ChannelFollowCondition.ChannelFollowConditionBuilder<?, ?>, ChannelFollowEvent> - Gibt zurück:
- the associated event class for this subscription type.
-
ChannelFollowTypeV2(which has the same event data but more stringent auth).