Class CampaignEventSubCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.CampaignEventSubCondition
- Direct Known Subclasses:
DropEntitlementGrantCondition
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CampaignEventSubCondition.CampaignEventSubConditionBuilder<C extends CampaignEventSubCondition,
B extends CampaignEventSubCondition.CampaignEventSubConditionBuilder<C, B>> Nested classes/interfaces inherited from class com.github.twitch4j.eventsub.condition.EventSubCondition
EventSubCondition.EventSubConditionBuilder<C extends EventSubCondition,
B extends EventSubCondition.EventSubConditionBuilder<C, B>> -
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Optional: 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.int
hashCode()
toString()
-
Constructor Details
-
CampaignEventSubCondition
protected CampaignEventSubCondition(CampaignEventSubCondition.CampaignEventSubConditionBuilder<?, ?> b)
-
-
Method Details
-
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
-