Klasse CharityCampaignStopType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.CharityCampaignStopType
- Alle implementierten Schnittstellen:
SubscriptionType<ChannelCharityCampaignCondition,ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?, ?>, CharityCampaignStopEvent>
public class CharityCampaignStopType
extends Object
implements SubscriptionType<ChannelCharityCampaignCondition,ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?,?>,CharityCampaignStopEvent>
Sends a notification when the broadcaster stops a charity campaign.
The event data does not include information about the charity such as its name, description, and logo. To get that information, subscribe to the Start event or call the Get Charity Campaign endpoint.
Requires the channel:read:charity scope.
-
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
-
CharityCampaignStopType
public CharityCampaignStopType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<ChannelCharityCampaignCondition,ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?, ?>, CharityCampaignStopEvent> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<ChannelCharityCampaignCondition,ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?, ?>, CharityCampaignStopEvent> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
public ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?,?> getConditionBuilder()Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<ChannelCharityCampaignCondition,ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?, ?>, CharityCampaignStopEvent> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<ChannelCharityCampaignCondition,ChannelCharityCampaignCondition.ChannelCharityCampaignConditionBuilder<?, ?>, CharityCampaignStopEvent> - Gibt zurück:
- the associated event class for this subscription type.
-