Class WebhookSubscription

java.lang.Object
com.github.twitch4j.helix.domain.WebhookSubscription

@Deprecated public class WebhookSubscription extends Object
Deprecated.
Webhook Subscription
  • Constructor Details

    • WebhookSubscription

      public WebhookSubscription()
      Deprecated.
  • Method Details

    • getExpires_at

      @Deprecated public String getExpires_at()
      Deprecated.
      in favor of #getExpiresAt()
      Returns:
      date and time when this subscription expires.
    • getCallback

      public String getCallback()
      Deprecated.
      The callback provided for this subscription.
    • getExpiresAt

      public Instant getExpiresAt()
      Deprecated.
      Date and time when this subscription expires. Encoded as RFC3339. The timezone is always UTC ("Z").
    • getTopic

      public String getTopic()
      Deprecated.
      The topic used in the initial subscription.
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object