Package com.github.twitch4j.eventsub
Klasse EventSubSubscription.EventSubSubscriptionBuilder
java.lang.Object
com.github.twitch4j.eventsub.EventSubSubscription.EventSubSubscriptionBuilder
- Umschließende Klasse:
EventSubSubscription
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()condition(EventSubCondition condition) Object specifying custom parameters for the subscription.How much the subscription counts against your limit.Timestamp indicating when the subscription was created.ID of the subscription.isBatchingEnabled(Boolean isBatchingEnabled) Whether events fired for this type are batched by Twitch.The category of the subscription.rawVersion(String rawVersion) The version of the subscription.status(EventSubSubscriptionStatus status) Status of the subscription.toString()transport(EventSubTransport transport) Object indicating the notification delivery specific information.type(SubscriptionType<?, ?, ?> type) The category and version of the subscription.
-
Methodendetails
-
id
ID of the subscription.- Gibt zurück:
this.
-
status
Status of the subscription.- Gibt zurück:
this.
-
type
The category and version of the subscription.- Gibt zurück:
this.
-
condition
Object specifying custom parameters for the subscription.- Gibt zurück:
this.
-
createdAt
Timestamp indicating when the subscription was created.- Gibt zurück:
this.
-
transport
Object indicating the notification delivery specific information.- Gibt zurück:
this.
-
cost
How much the subscription counts against your limit. Subscriptions cost 0 if the user has authorized your application; otherwise they cost 1.- Gibt zurück:
this.- Siehe auch:
-
isBatchingEnabled
public EventSubSubscription.EventSubSubscriptionBuilder isBatchingEnabled(Boolean isBatchingEnabled) Whether events fired for this type are batched by Twitch.- Gibt zurück:
this.
-
rawType
The category of the subscription.- Gibt zurück:
this.
-
rawVersion
The version of the subscription.- Gibt zurück:
this.
-
build
-
toString
-