Class FollowList

java.lang.Object
com.github.twitch4j.helix.domain.FollowList

public class FollowList extends Object
Follow List
  • Constructor Details

    • FollowList

      public FollowList()
  • Method Details

    • getFollows

      public List<Follow> getFollows()
    • getTotal

      public 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

      public HelixPagination 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(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object