Class ChannelPredictionBeginCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
com.github.twitch4j.eventsub.condition.ChannelPredictionBeginCondition
public class ChannelPredictionBeginCondition extends ChannelEventSubCondition
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelPredictionBeginCondition.ChannelPredictionBeginConditionBuilder<C extends ChannelPredictionBeginCondition,B extends ChannelPredictionBeginCondition.ChannelPredictionBeginConditionBuilder<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 protectedChannelPredictionBeginCondition(ChannelPredictionBeginCondition.ChannelPredictionBeginConditionBuilder<?,?> b) -
Method Summary
Methods 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
-
ChannelPredictionBeginCondition
protected ChannelPredictionBeginCondition(ChannelPredictionBeginCondition.ChannelPredictionBeginConditionBuilder<?,?> b)
-
-
Method Details
-
builder
public static ChannelPredictionBeginCondition.ChannelPredictionBeginConditionBuilder<?,?> builder() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classChannelEventSubCondition
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classChannelEventSubCondition
-
hashCode
public int hashCode()- Overrides:
hashCodein classChannelEventSubCondition
-
toString
public java.lang.String toString()- Overrides:
toStringin classChannelEventSubCondition
-