Package com.github.twitch4j.helix.domain
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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetLimit()Deprecated.removed in favor of #getMaxTotalCostjava.lang.IntegergetMaxTotalCost()The maximum total cost allowed for all of the subscriptions for the client ID that made the subscription creation request.HelixPaginationgetPagination()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()Subscriptionsjava.lang.IntegergetTotal()Total number of subscriptions for the client ID that made the subscription creation request.java.lang.IntegergetTotalCost()Total cost of all the subscriptions for the client ID that made the subscription creation request.inthashCode()java.lang.StringtoString()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 #getMaxTotalCostSubscription limit for client id that made the subscription creation request.- See Also:
- Cost-Based Limit Docs
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-