Klasse WebhookSubscriptionList

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

@Deprecated public class WebhookSubscriptionList extends Object
Veraltet.
Webhook Subscription List
  • Konstruktordetails

    • WebhookSubscriptionList

      public WebhookSubscriptionList()
      Veraltet.
  • Methodendetails

    • getSubscriptions

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

      public Integer getTotal()
      Veraltet.
      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()
      Veraltet.
      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)
      Veraltet.
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
      Veraltet.
    • hashCode

      public int hashCode()
      Veraltet.
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Veraltet.
      Setzt außer Kraft:
      toString in Klasse Object