Package com.github.twitch4j.helix.domain
Klasse EventSubSubscriptionList
java.lang.Object
com.github.twitch4j.helix.domain.EventSubSubscriptionList
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleangetLimit()Veraltet.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.inthashCode()toString()
-
Konstruktordetails
-
EventSubSubscriptionList
public EventSubSubscriptionList()
-
-
Methodendetails
-
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
Veraltet.removed in favor of #getMaxTotalCostSubscription limit for client id that made the subscription creation request.- Siehe auch:
-
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
-