Klasse ChannelPointsCustomRewardRedemptionUpdateType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelPointsCustomRewardRedemptionUpdateType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelPointsCustomRewardRedemptionUpdateCondition,ChannelPointsCustomRewardRedemptionUpdateCondition.ChannelPointsCustomRewardRedemptionUpdateConditionBuilder<?, ?>, CustomRewardRedemptionUpdateEvent>
public class ChannelPointsCustomRewardRedemptionUpdateType
extends Object
implements SubscriptionType<ChannelPointsCustomRewardRedemptionUpdateCondition,ChannelPointsCustomRewardRedemptionUpdateCondition.ChannelPointsCustomRewardRedemptionUpdateConditionBuilder<?,?>,CustomRewardRedemptionUpdateEvent>
A redemption of a channel points custom reward has been updated for the specified channel.
Must have channel:read:redemptions or channel:manage:redemptions scope.
-
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
-
ChannelPointsCustomRewardRedemptionUpdateType
public ChannelPointsCustomRewardRedemptionUpdateType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelPointsCustomRewardRedemptionUpdateCondition,ChannelPointsCustomRewardRedemptionUpdateCondition.ChannelPointsCustomRewardRedemptionUpdateConditionBuilder<?, ?>, CustomRewardRedemptionUpdateEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelPointsCustomRewardRedemptionUpdateCondition,ChannelPointsCustomRewardRedemptionUpdateCondition.ChannelPointsCustomRewardRedemptionUpdateConditionBuilder<?, ?>, CustomRewardRedemptionUpdateEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
public ChannelPointsCustomRewardRedemptionUpdateCondition.ChannelPointsCustomRewardRedemptionUpdateConditionBuilder<?,?> getConditionBuilder()Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ChannelPointsCustomRewardRedemptionUpdateCondition,ChannelPointsCustomRewardRedemptionUpdateCondition.ChannelPointsCustomRewardRedemptionUpdateConditionBuilder<?, ?>, CustomRewardRedemptionUpdateEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelPointsCustomRewardRedemptionUpdateCondition,ChannelPointsCustomRewardRedemptionUpdateCondition.ChannelPointsCustomRewardRedemptionUpdateConditionBuilder<?, ?>, CustomRewardRedemptionUpdateEvent> - Gibt zurück:
- the associated event class for this subscription type.
-