Class DropEntitlementGrantEvent


public class DropEntitlementGrantEvent extends EventSubUserEvent
  • Constructor Details

    • DropEntitlementGrantEvent

      public DropEntitlementGrantEvent()
  • Method Details

    • getOrganizationId

      public String getOrganizationId()
      The ID of the organization that owns the game that has Drops enabled.
    • getCategoryId

      public String getCategoryId()
      Twitch category ID of the game that was being played when this benefit was entitled.
    • getCategoryName

      public String getCategoryName()
      The category name.
    • getCampaignId

      public String getCampaignId()
      The campaign this entitlement is associated with.
    • getEntitlementId

      public String getEntitlementId()
      Unique identifier of the entitlement. Use this to de-duplicate entitlements.
    • getBenefitId

      public String getBenefitId()
      Identifier of the Benefit.
    • getCreatedAt

      public Instant getCreatedAt()
      UTC timestamp in ISO format when this entitlement was granted on Twitch.
    • toString

      public String toString()
      Overrides:
      toString in class EventSubUserEvent
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class EventSubUserEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EventSubUserEvent