Klasse CampaignEventSubCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.CampaignEventSubCondition
- Bekannte direkte Unterklassen:
DropEntitlementGrantCondition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classCampaignEventSubCondition.CampaignEventSubConditionBuilder<C extends CampaignEventSubCondition,B extends CampaignEventSubCondition.CampaignEventSubConditionBuilder<C, B>> Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.github.twitch4j.eventsub.condition.EventSubCondition
EventSubCondition.EventSubConditionBuilder<C extends EventSubCondition,B extends EventSubCondition.EventSubConditionBuilder<C, B>> -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()booleanOptional: The campaign ID for a specific campaign for which entitlement notifications will be received.Optional: The category (or game) ID of the game for which entitlement notifications will be received.Required: The organization ID of the organization that owns the game on the developer portal.inthashCode()toString()
-
Konstruktordetails
-
CampaignEventSubCondition
protected CampaignEventSubCondition(CampaignEventSubCondition.CampaignEventSubConditionBuilder<?, ?> b)
-
-
Methodendetails
-
equals
-
hashCode
public int hashCode() -
builder
-
getOrganizationId
Required: The organization ID of the organization that owns the game on the developer portal. -
getCategoryId
Optional: The category (or game) ID of the game for which entitlement notifications will be received. -
getCampaignId
Optional: The campaign ID for a specific campaign for which entitlement notifications will be received. -
toString
-