Class CampaignEventSubCondition
java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.CampaignEventSubCondition
- Direct Known Subclasses:
DropEntitlementGrantCondition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCampaignEventSubCondition.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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe campaign ID for a specific campaign for which entitlement notifications will be received.The category (or game) ID of the game for which entitlement notifications will be received.The organization ID of the organization that owns the game on the developer portal.inthashCode()toString()
-
Constructor Details
-
CampaignEventSubCondition
protected CampaignEventSubCondition(CampaignEventSubCondition.CampaignEventSubConditionBuilder<?, ?> b)
-
-
Method Details
-
builder
-
getOrganizationId
The organization ID of the organization that owns the game on the developer portal. -
getCategoryId
The category (or game) ID of the game for which entitlement notifications will be received. -
getCampaignId
The campaign ID for a specific campaign for which entitlement notifications will be received. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-