Package com.github.twitch4j.helix.domain
Class SubscriptionList
java.lang.Object
com.github.twitch4j.helix.domain.SubscriptionList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.The current number of subscriber points earned by this broadcaster.The subscriptions.getTotal()
The number of Twitch users subscribed to the broadcaster.int
hashCode()
void
setPagination
(HelixPagination pagination) Deprecated.void
Deprecated.void
setSubscriptions
(List<Subscription> subscriptions) Deprecated.void
Deprecated.toString()
-
Constructor Details
-
SubscriptionList
public SubscriptionList()
-
-
Method Details
-
getSubscriptions
The subscriptions. -
getPagination
A cursor value, to be used in a subsequent request to specify the starting point of the next set of results. If this is empty, you are at the last page. -
getTotal
The number of Twitch users subscribed to the broadcaster. -
getPoints
The current number of subscriber points earned by this broadcaster.Points are based on the subscription tier of each user that subscribes to this broadcaster. For example, a Tier 1 subscription is worth 1 point, Tier 2 is worth 2 points, and Tier 3 is worth 6 points.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setSubscriptions
Deprecated.The subscriptions. -
setPagination
Deprecated.A cursor value, to be used in a subsequent request to specify the starting point of the next set of results. If this is empty, you are at the last page. -
setTotal
Deprecated.The number of Twitch users subscribed to the broadcaster. -
setPoints
Deprecated.The current number of subscriber points earned by this broadcaster.Points are based on the subscription tier of each user that subscribes to this broadcaster. For example, a Tier 1 subscription is worth 1 point, Tier 2 is worth 2 points, and Tier 3 is worth 6 points.
-