Package com.github.twitch4j.helix.domain
Klasse OutboundFollowing
java.lang.Object
com.github.twitch4j.helix.domain.OutboundFollowing
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe 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.inthashCode()toString()
-
Konstruktordetails
-
OutboundFollowing
public OutboundFollowing()
-
-
Methodendetails
-
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
-