Klasse DropEntitlementGrantType
java.lang.Object
com.github.twitch4j.eventsub.subscriptions.DropEntitlementGrantType
- Alle implementierten Schnittstellen:
SubscriptionType<DropEntitlementGrantCondition,DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?, ?>, BatchedDropEntitlementGrantEvents>
public class DropEntitlementGrantType
extends Object
implements SubscriptionType<DropEntitlementGrantCondition,DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?,?>,BatchedDropEntitlementGrantEvents>
This subscription type sends a notification when an entitlement for a Drop is granted to a user.
The client ID associated with the app access token must be owned by a user who is part of the specified organization.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe parameters inside these objects differ by subscription type and may differ by version.getName()booleanVon 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, prepareSubscription
-
Konstruktordetails
-
DropEntitlementGrantType
public DropEntitlementGrantType()
-
-
Methodendetails
-
getName
- Angegeben von:
getNamein SchnittstelleSubscriptionType<DropEntitlementGrantCondition,DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?, ?>, BatchedDropEntitlementGrantEvents> - Gibt zurück:
- the subscription type name.
-
getVersion
- Angegeben von:
getVersionin SchnittstelleSubscriptionType<DropEntitlementGrantCondition,DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?, ?>, BatchedDropEntitlementGrantEvents> - Gibt zurück:
- the subscription type version.
-
getConditionBuilder
public DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?,?> getConditionBuilder()Beschreibung aus Schnittstelle kopiert:SubscriptionTypeThe parameters inside these objects differ by subscription type and may differ by version.- Angegeben von:
getConditionBuilderin SchnittstelleSubscriptionType<DropEntitlementGrantCondition,DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?, ?>, BatchedDropEntitlementGrantEvents> - Gibt zurück:
- Subscription-specific parameter builder.
-
getEventClass
- Angegeben von:
getEventClassin SchnittstelleSubscriptionType<DropEntitlementGrantCondition,DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?, ?>, BatchedDropEntitlementGrantEvents> - Gibt zurück:
- the associated event class for this subscription type.
-
isBatchingEnabled
public boolean isBatchingEnabled()- Angegeben von:
isBatchingEnabledin SchnittstelleSubscriptionType<DropEntitlementGrantCondition,DropEntitlementGrantCondition.DropEntitlementGrantConditionBuilder<?, ?>, BatchedDropEntitlementGrantEvents> - Gibt zurück:
- whether Twitch batches events for this subscription type.
-