Klasse ChannelGoalBeginType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelGoalBeginType
- Alle implementierten Schnittstellen:
SubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent>
public class ChannelGoalBeginType
extends Object
implements SubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?,?>,CreatorGoalsBeginEvent>
Notifies the subscriber when the specified broadcaster begins a goal.
NOTE: It’s possible to receive the Begin event after receiving Progress events.
Authorization: Requires a user OAuth access token with scope set to channel:read:goals.
-
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
-
ChannelGoalBeginType
public ChannelGoalBeginType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - 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<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - Gibt zurück:
- the associated event class for this subscription type.
-