Package com.github.twitch4j.helix.domain
Class SubscriptionList
java.lang.Object
com.github.twitch4j.helix.domain.SubscriptionList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA 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.inthashCode()voidsetPagination(HelixPagination pagination) A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.voidThe current number of subscriber points earned by this broadcaster.voidsetSubscriptions(List<Subscription> subscriptions) The subscriptions.voidThe number of Twitch users subscribed to the broadcaster.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.
-
setSubscriptions
The subscriptions. -
setPagination
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
The number of Twitch users subscribed to the broadcaster. -
setPoints
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
-