Klasse ChannelUpdateType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelUpdateType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateEvent>
@Deprecated
public class ChannelUpdateType
extends Object
implements SubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?,?>,ChannelUpdateEvent>
Veraltet.
A broadcaster updates their channel properties e.g., category, title, mature flag, broadcast, or language.
No authorization required.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.The parameters inside these objects differ by subscription type and may differ by version.Veraltet.getName()Veraltet.Veraltet.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
-
ChannelUpdateType
public ChannelUpdateType()Veraltet.
-
-
Methodendetails
-
getName
Veraltet.- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
Veraltet.- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
Veraltet.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<?, ?>, ChannelUpdateEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
Veraltet.- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelUpdateCondition,ChannelUpdateCondition.ChannelUpdateConditionBuilder<?, ?>, ChannelUpdateEvent> - Gibt zurück:
- the associated event class for this subscription type.
-
ChannelUpdateV2Type