Class EventSubSubscriptionList

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

public class EventSubSubscriptionList
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EventSubSubscriptionList()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getLimit()
    Deprecated.
    removed in favor of #getMaxTotalCost
    java.lang.Integer getMaxTotalCost()
    The maximum total cost allowed for all of the subscriptions for the client ID that made the subscription creation request.
    HelixPagination getPagination()
    A cursor value to be used in a subsequent request to specify the starting point of the next set of results.
    java.util.List<com.github.twitch4j.eventsub.EventSubSubscription> getSubscriptions()
    Subscriptions
    java.lang.Integer getTotal()
    Total number of subscriptions for the client ID that made the subscription creation request.
    java.lang.Integer getTotalCost()
    Total cost of all the subscriptions for the client ID that made the subscription creation request.
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EventSubSubscriptionList

      public EventSubSubscriptionList()
  • Method Details

    • getSubscriptions

      public java.util.List<com.github.twitch4j.eventsub.EventSubSubscription> getSubscriptions()
      Subscriptions
    • getTotal

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

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

      public java.lang.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 java.lang.Integer getLimit()
      Deprecated.
      removed in favor of #getMaxTotalCost
      Subscription limit for client id that made the subscription creation request.
      See Also:
      Cost-Based Limit Docs
    • 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​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object