Klasse StreamOfflineType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.StreamOfflineType
- Alle implementierten Schnittstellen:
SubscriptionType<StreamOfflineCondition,StreamOfflineCondition.StreamOfflineConditionBuilder<?, ?>, StreamOfflineEvent>
public class StreamOfflineType
extends Object
implements SubscriptionType<StreamOfflineCondition,StreamOfflineCondition.StreamOfflineConditionBuilder<?,?>,StreamOfflineEvent>
The specified broadcaster stops a stream.
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
-
StreamOfflineType
public StreamOfflineType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<StreamOfflineCondition,StreamOfflineCondition.StreamOfflineConditionBuilder<?, ?>, StreamOfflineEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<StreamOfflineCondition,StreamOfflineCondition.StreamOfflineConditionBuilder<?, ?>, StreamOfflineEvent> - 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<StreamOfflineCondition,StreamOfflineCondition.StreamOfflineConditionBuilder<?, ?>, StreamOfflineEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<StreamOfflineCondition,StreamOfflineCondition.StreamOfflineConditionBuilder<?, ?>, StreamOfflineEvent> - Gibt zurück:
- the associated event class for this subscription type.
-