Package com.github.twitch4j.helix.domain
Class OutboundFollowing
java.lang.Object
com.github.twitch4j.helix.domain.OutboundFollowing
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@Nullable List<OutboundFollow>
The list of broadcasters that the user follows, in descending order by followed_at (with the most recently followed broadcaster first).Contains the information used to page through the list of results.getTotal()
The total number of broadcasters that the user follows.int
hashCode()
toString()
-
Constructor Details
-
OutboundFollowing
public OutboundFollowing()
-
-
Method Details
-
getFollows
The list of broadcasters that the user follows, in descending order by followed_at (with the most recently followed broadcaster 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 broadcasters that the user follows.As someone pages through the list, the number may change as the user follows or unfollows broadcasters.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-