Class WebhookSubscriptionList

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

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

    • WebhookSubscriptionList

      public WebhookSubscriptionList()
      Deprecated.
  • Method Details

    • getSubscriptions

      public List<WebhookSubscription> getSubscriptions()
      Deprecated.
    • getTotal

      public Integer getTotal()
      Deprecated.
      A hint at the total number of results returned, on all pages.

      Note this is an approximation: as you page through the list, some subscriptions may expire and others may be added.

    • getPagination

      public HelixPagination getPagination()
      Deprecated.
      A cursor value, to be used in a subsequent request to specify the starting point of the next set of results. If this is empty, you are at the last page.
    • 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