Package com.github.twitch4j.helix.domain
Class FollowList
java.lang.Object
com.github.twitch4j.helix.domain.FollowList
public class FollowList
extends java.lang.Object
Follow List
-
Constructor Summary
Constructors Constructor Description FollowList() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<Follow>getFollows()HelixPaginationgetPagination()A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.java.lang.IntegergetTotal()Total number of items returned.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FollowList
public FollowList()
-
-
Method Details
-
getFollows
-
getTotal
public java.lang.Integer getTotal()Total number of items returned.If only from_id was in the request, this is the total number of followed users. If only to_id was in the request, this is the total number of followers. If both from_id and to_id were in the request, this is 1 (if the "from" user follows the "to" user) or 0.
-
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
-