Package com.github.twitch4j.helix.domain
Class EventSubSubscriptionList
java.lang.Object
com.github.twitch4j.helix.domain.EventSubSubscriptionList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getLimit()
Deprecated.removed in favor of #getMaxTotalCostThe maximum total cost allowed for all of the subscriptions for the client ID that made the subscription creation request.A cursor value to be used in a subsequent request to specify the starting point of the next set of results.SubscriptionsgetTotal()
Total number of subscriptions for the client ID that made the subscription creation request.Total cost of all the subscriptions for the client ID that made the subscription creation request.int
hashCode()
toString()
-
Constructor Details
-
EventSubSubscriptionList
public EventSubSubscriptionList()
-
-
Method Details
-
getSubscriptions
Subscriptions -
getTotal
Total number of subscriptions for the client ID that made the subscription creation request. -
getTotalCost
Total cost of all the subscriptions for the client ID that made the subscription creation request. -
getMaxTotalCost
The maximum total cost allowed for all of the subscriptions for the client ID that made the subscription creation request. -
getLimit
Deprecated.removed in favor of #getMaxTotalCostSubscription limit for client id that made the subscription creation request.- See Also:
-
getPagination
A cursor value to be used in a subsequent request to specify the starting point of the next set of results. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-