Package com.github.twitch4j.helix.domain
Class FollowList
java.lang.Object
com.github.twitch4j.helix.domain.FollowList
Follow List
-
Constructor Details
-
FollowList
public FollowList()
-
-
Method Details
-
getFollows
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-