Class EventSubSubscriptionList

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

public class EventSubSubscriptionList extends Object
  • Constructor Details

    • EventSubSubscriptionList

      public EventSubSubscriptionList()
  • Method Details

    • getSubscriptions

      public List<EventSubSubscription> getSubscriptions()
      Subscriptions
    • getTotal

      public Integer getTotal()
      Total number of subscriptions for the client ID that made the subscription creation request.
    • getTotalCost

      public Integer getTotalCost()
      Total cost of all the subscriptions for the client ID that made the subscription creation request.
    • getMaxTotalCost

      public Integer getMaxTotalCost()
      The maximum total cost allowed for all of the subscriptions for the client ID that made the subscription creation request.
    • getLimit

      @Deprecated public Integer getLimit()
      Deprecated.
      removed in favor of #getMaxTotalCost
      Subscription limit for client id that made the subscription creation request.
      See Also:
    • getPagination

      public HelixPagination getPagination()
      A cursor value to be used in a subsequent request to specify the starting point of the next set of results.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object