Package com.github.twitch4j.helix.domain
Class InboundFollowers
java.lang.Object
com.github.twitch4j.helix.domain.InboundFollowers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@Nullable List<InboundFollow>
The list of users that follow the specified broadcaster, in descending order by followed_at (with the most recent follower first).Contains the information used to page through the list of results.getTotal()
The total number of users that follow this broadcaster.int
hashCode()
toString()
-
Constructor Details
-
InboundFollowers
public InboundFollowers()
-
-
Method Details
-
getFollows
The list of users that follow the specified broadcaster, in descending order by followed_at (with the most recent follower first). -
getPagination
Contains the information used to page through the list of results.The object is empty if there are no more pages left to page through.
-
getTotal
The total number of users that follow this broadcaster.As someone pages through the list, the number of users may change as users follow or unfollow the broadcaster.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-