Klasse HypeTrainBeginType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.HypeTrainBeginType
- Alle implementierten Schnittstellen:
SubscriptionType<HypeTrainBeginCondition,HypeTrainBeginCondition.HypeTrainBeginConditionBuilder<?, ?>, HypeTrainBeginEvent>
public class HypeTrainBeginType
extends Object
implements SubscriptionType<HypeTrainBeginCondition,HypeTrainBeginCondition.HypeTrainBeginConditionBuilder<?,?>,HypeTrainBeginEvent>
A hype train begins on the specified channel.
Must have channel:read:hype_train scope.
EventSub does not make strong assurances about the order of message delivery, so it is possible to receive progress notifications before you receive the corresponding begin notification.
-
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
-
HypeTrainBeginType
public HypeTrainBeginType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<HypeTrainBeginCondition,HypeTrainBeginCondition.HypeTrainBeginConditionBuilder<?, ?>, HypeTrainBeginEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<HypeTrainBeginCondition,HypeTrainBeginCondition.HypeTrainBeginConditionBuilder<?, ?>, HypeTrainBeginEvent> - 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<HypeTrainBeginCondition,HypeTrainBeginCondition.HypeTrainBeginConditionBuilder<?, ?>, HypeTrainBeginEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<HypeTrainBeginCondition,HypeTrainBeginCondition.HypeTrainBeginConditionBuilder<?, ?>, HypeTrainBeginEvent> - Gibt zurück:
- the associated event class for this subscription type.
-