Class ChannelFromToEventSubCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.ChannelFromToEventSubCondition
- Direct Known Subclasses:
ChannelRaidCondition
Generic condition when a broadcaster can be either on the receiving or giving end of the event type.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ChannelFromToEventSubCondition.ChannelFromToEventSubConditionBuilder<C extends ChannelFromToEventSubCondition,
B extends ChannelFromToEventSubCondition.ChannelFromToEventSubConditionBuilder<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
ChannelFromToEventSubCondition
(ChannelFromToEventSubCondition.ChannelFromToEventSubConditionBuilder<?, ?> b) -
Method Summary
-
Constructor Details
-
ChannelFromToEventSubCondition
protected ChannelFromToEventSubCondition(ChannelFromToEventSubCondition.ChannelFromToEventSubConditionBuilder<?, ?> b)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
builder
-
getFromBroadcasterUserId
The broadcaster user ID that triggered the channel event you want to get notifications for. -
getToBroadcasterUserId
The broadcaster user ID that received the channel event you want to get notifications for. -
toString
-