Class ChannelPointsCustomRewardUpdateCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
com.github.twitch4j.eventsub.condition.CustomRewardEventSubCondition
com.github.twitch4j.eventsub.condition.ChannelPointsCustomRewardUpdateCondition
public class ChannelPointsCustomRewardUpdateCondition extends CustomRewardEventSubCondition
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelPointsCustomRewardUpdateCondition.ChannelPointsCustomRewardUpdateConditionBuilder<C extends ChannelPointsCustomRewardUpdateCondition,B extends ChannelPointsCustomRewardUpdateCondition.ChannelPointsCustomRewardUpdateConditionBuilder<C,B>>Nested classes/interfaces inherited from class com.github.twitch4j.eventsub.condition.CustomRewardEventSubCondition
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
Constructors Modifier Constructor Description protectedChannelPointsCustomRewardUpdateCondition(ChannelPointsCustomRewardUpdateCondition.ChannelPointsCustomRewardUpdateConditionBuilder<?,?> b) -
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.condition.CustomRewardEventSubCondition
getRewardIdMethods inherited from class com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
getBroadcasterUserIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ChannelPointsCustomRewardUpdateCondition
protected ChannelPointsCustomRewardUpdateCondition(ChannelPointsCustomRewardUpdateCondition.ChannelPointsCustomRewardUpdateConditionBuilder<?,?> b)
-
-
Method Details
-
builder
public static ChannelPointsCustomRewardUpdateCondition.ChannelPointsCustomRewardUpdateConditionBuilder<?,?> builder() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classCustomRewardEventSubCondition
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classCustomRewardEventSubCondition
-
hashCode
public int hashCode()- Overrides:
hashCodein classCustomRewardEventSubCondition
-
toString
public java.lang.String toString()- Overrides:
toStringin classCustomRewardEventSubCondition
-