Klasse ChannelUpdateV2Type
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelUpdateV2Type
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateV2Event>
public class ChannelUpdateV2Type
extends Object
implements SubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?,?>,ChannelUpdateV2Event>
A broadcaster updates their channel properties e.g., category, title, content classification labels, or broadcast language.
No authorization required.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe parameters inside these objects differ by subscription type and may differ by version.getName()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden com.github.twitch4j.eventsub.subscriptions.SubscriptionType
getConditionClass, isBatchingEnabled, prepareSubscription
-
Konstruktordetails
-
ChannelUpdateV2Type
public ChannelUpdateV2Type()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateV2Event> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateV2Event> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateV2Event> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateV2Event> - Gibt zurück:
- the associated event class for this subscription type.
-