Class CampaignEventSubCondition

java.lang.Object
com.github.twitch4j.eventsub.condition.EventSubCondition
com.github.twitch4j.eventsub.condition.CampaignEventSubCondition
Direct Known Subclasses:
DropEntitlementGrantCondition

public class CampaignEventSubCondition extends EventSubCondition
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • builder

    • getOrganizationId

      public String getOrganizationId()
      Required: The organization ID of the organization that owns the game on the developer portal.
    • getCategoryId

      public String getCategoryId()
      Optional: The category (or game) ID of the game for which entitlement notifications will be received.
    • getCampaignId

      public String getCampaignId()
      Optional: The campaign ID for a specific campaign for which entitlement notifications will be received.
    • toString

      public String toString()
      Overrides:
      toString in class Object