Class ChannelGoalBeginType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelGoalBeginType
- All Implemented Interfaces:
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe parameters inside these objects differ by subscription type and may differ by version.getName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.twitch4j.eventsub.subscriptions.SubscriptionType
getConditionClass, isBatchingEnabled, prepareSubscription
-
Constructor Details
-
ChannelGoalBeginType
public ChannelGoalBeginType()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - Returns:
- the subscription type name.
-
getVersion
- Specified by:
getVersionin interfaceSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - Returns:
- the subscription type version.
-
getConditionBuilder
Description copied from interface:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Specified by:
getConditionBuilderin interfaceSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - Returns:
- Subscription-specific parameter builder.
-
getEventClass
- Specified by:
getEventClassin interfaceSubscriptionType<CreatorGoalsCondition,CreatorGoalsCondition.CreatorGoalsConditionBuilder<?, ?>, CreatorGoalsBeginEvent> - Returns:
- the associated event class for this subscription type.
-