Class ChannelPointsAutomaticRewardRedemptionAddType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelPointsAutomaticRewardRedemptionAddType
- All Implemented Interfaces:
SubscriptionType<ChannelEventSubCondition,ChannelEventSubCondition.ChannelEventSubConditionBuilder<?, ?>, AutomaticRewardRedemptionAddEvent>
@Deprecated
public class ChannelPointsAutomaticRewardRedemptionAddType
extends Object
implements SubscriptionType<ChannelEventSubCondition,ChannelEventSubCondition.ChannelEventSubConditionBuilder<?,?>,AutomaticRewardRedemptionAddEvent>
Deprecated.
This subscription type sends a notification when a viewer has redeemed an automatic channel points reward on the specified channel.
Must have channel:read:redemptions or channel:manage:redemptions scope.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The parameters inside these objects differ by subscription type and may differ by version.Deprecated.getName()Deprecated.Deprecated.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
-
ChannelPointsAutomaticRewardRedemptionAddType
public ChannelPointsAutomaticRewardRedemptionAddType()Deprecated.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getNamein interfaceSubscriptionType<ChannelEventSubCondition,ChannelEventSubCondition.ChannelEventSubConditionBuilder<?, ?>, AutomaticRewardRedemptionAddEvent> - Returns:
- the subscription type name.
-
getVersion
Deprecated.- Specified by:
getVersionin interfaceSubscriptionType<ChannelEventSubCondition,ChannelEventSubCondition.ChannelEventSubConditionBuilder<?, ?>, AutomaticRewardRedemptionAddEvent> - Returns:
- the subscription type version.
-
getConditionBuilder
Deprecated.Description copied from interface:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Specified by:
getConditionBuilderin interfaceSubscriptionType<ChannelEventSubCondition,ChannelEventSubCondition.ChannelEventSubConditionBuilder<?, ?>, AutomaticRewardRedemptionAddEvent> - Returns:
- Subscription-specific parameter builder.
-
getEventClass
Deprecated.- Specified by:
getEventClassin interfaceSubscriptionType<ChannelEventSubCondition,ChannelEventSubCondition.ChannelEventSubConditionBuilder<?, ?>, AutomaticRewardRedemptionAddEvent> - Returns:
- the associated event class for this subscription type.
-
ChannelPointsAutomaticRewardRedemptionAddV2Type