Class CustomRewardEventSubCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
com.github.twitch4j.eventsub.condition.CustomRewardEventSubCondition
- Direct Known Subclasses:
ChannelPointsCustomRewardRedemptionAddCondition
,ChannelPointsCustomRewardRedemptionUpdateCondition
,ChannelPointsCustomRewardRemoveCondition
,ChannelPointsCustomRewardUpdateCondition
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CustomRewardEventSubCondition.CustomRewardEventSubConditionBuilder<C extends CustomRewardEventSubCondition,
B extends CustomRewardEventSubCondition.CustomRewardEventSubConditionBuilder<C, B>> Nested classes/interfaces inherited from class com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
ChannelEventSubCondition.ChannelEventSubConditionBuilder<C extends ChannelEventSubCondition,
B extends ChannelEventSubCondition.ChannelEventSubConditionBuilder<C, B>> Nested classes/interfaces inherited from class com.github.twitch4j.eventsub.condition.EventSubCondition
EventSubCondition.EventSubConditionBuilder<C extends EventSubCondition,
B extends EventSubCondition.EventSubConditionBuilder<C, B>> -
Constructor Summary
ModifierConstructorDescriptionprotected
CustomRewardEventSubCondition
(CustomRewardEventSubCondition.CustomRewardEventSubConditionBuilder<?, ?> b) -
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
canEqual, getBroadcasterUserId
-
Constructor Details
-
CustomRewardEventSubCondition
protected CustomRewardEventSubCondition(CustomRewardEventSubCondition.CustomRewardEventSubConditionBuilder<?, ?> b)
-
-
Method Details
-
equals
- Overrides:
equals
in classChannelEventSubCondition
-
hashCode
public int hashCode()- Overrides:
hashCode
in classChannelEventSubCondition
-
builder
-
getRewardId
Specify a reward id to only receive notifications for a specific reward. -
toString
- Overrides:
toString
in classChannelEventSubCondition
-