Klasse ModeratorEventSubCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
com.github.twitch4j.eventsub.condition.ModeratorEventSubCondition
- Bekannte direkte Unterklassen:
ChannelFollowV2Condition,ChannelShoutoutCondition,ShieldModeCondition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classModeratorEventSubCondition.ModeratorEventSubConditionBuilder<C extends ModeratorEventSubCondition,B extends ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<C, B>> Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
ChannelEventSubCondition.ChannelEventSubConditionBuilder<C extends ChannelEventSubCondition,B extends ChannelEventSubCondition.ChannelEventSubConditionBuilder<C, B>> Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.github.twitch4j.eventsub.condition.EventSubCondition
EventSubCondition.EventSubConditionBuilder<C extends EventSubCondition,B extends EventSubCondition.EventSubConditionBuilder<C, B>> -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected -
Methodenübersicht
Von Klasse geerbte Methoden com.github.twitch4j.eventsub.condition.ChannelEventSubCondition
canEqual, getBroadcasterUserId
-
Konstruktordetails
-
ModeratorEventSubCondition
protected ModeratorEventSubCondition(ModeratorEventSubCondition.ModeratorEventSubConditionBuilder<?, ?> b)
-
-
Methodendetails
-
equals
- Setzt außer Kraft:
equalsin KlasseChannelEventSubCondition
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseChannelEventSubCondition
-
builder
-
getModeratorUserId
The ID of the broadcaster or one of the broadcaster’s moderators.For webhooks, the user must have granted your app (client ID) the relevant permissions for the subscription type. For websockets, the ID must match the user ID in the user access token.
-
toString
- Setzt außer Kraft:
toStringin KlasseChannelEventSubCondition
-